SecurityExtension
class SecurityExtension extends Extension
SecurityExtension.
Methods
string
getXsdValidationBasePath()
Returns the base path for the XSD files.
string
getNamespace()
Returns the namespace to be used for this extension (XML namespace).
__construct()
No description
Details
at line line 654
string
getXsdValidationBasePath()
Returns the base path for the XSD files.
at line line 659
string
getNamespace()
Returns the namespace to be used for this extension (XML namespace).
in Extension at line line 69
string
getAlias()
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:
AcmeHelloExtension
becomes
acme_hello
This can be overridden in a sub-class to specify the alias manually.
at line line 664
ConfigurationInterface|null
getConfiguration(array $config, ContainerBuilder $container)
Returns extension configuration.
in Extension at line line 30
array
getClassesToCompile()
Gets the classes to cache.
in Extension at line line 40
addClassesToCompile(array $classes)
Adds classes to the class cache.
at line line 44
__construct()
at line line 51
load(array $configs, ContainerBuilder $container)
Loads a specific configuration.