Provides useful features shared by many extensions.
- author Fabien Potencier
Abstract
Methods |
public getAlias() : string Returns the recommended alias to use in XML. This alias is also the mandatory prefix to use when using YAML. This convention is to remove the "Extension" postfix from the class name and then lowercase and underscore the result. So:
becomes
This can be overridden in a sub-class to specify the alias manually.
|
public getConfiguration(array $config, Symfony
|
public getNamespace()
|
public final getProcessedConfigs() : array
|
public getXsdValidationBasePath()
|
Methods |
protected isConfigEnabled(Symfony
|
protected final processConfiguration(Symfony\Component\Config\Definition\ConfigurationInterface $configuration, array $configs) : array |
Properties |
private array $processedConfigs = [] |