interface ExtensionInterface

ExtensionInterface is the interface implemented by container extension classes.

@author Fabien Potencier <fabien@symfony.com>

@api

Hierarchy

Expanded class hierarchy of ExtensionInterface

All classes that implement ExtensionInterface

4 files declare their use of ExtensionInterface

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php, line 23

Namespace

Symfony\Component\DependencyInjection\Extension
View source

Members

Namesort descending Modifiers Type Description Overrides
ExtensionInterface::getAlias public function Returns the recommended alias to use in XML. 2
ExtensionInterface::getNamespace public function Returns the namespace to be used for this extension (XML namespace). 2
ExtensionInterface::getXsdValidationBasePath public function Returns the base path for the XSD files. 2
ExtensionInterface::load public function Loads a specific configuration. 4