ExtensionInterface is the interface implemented by container extension classes.
- author Fabien Potencier
AbstractInterface
Methods |
public abstract getAlias() Returns the recommended alias to use in XML. This alias is also the mandatory prefix to use when using YAML.
|
public abstract getNamespace() Returns the namespace to be used for this extension (XML namespace).
|
public abstract getXsdValidationBasePath() Returns the base path for the XSD files.
|
public abstract load(array $configs, Symfony Loads a specific configuration.
|