AddExpressionLanguageProvidersPass
in package
implements
CompilerPassInterface
Registers the expression language providers.
Tags
Interfaces, Classes, Traits and Enums
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- $handleSecurityLanguageProviders : mixed
- __construct() : mixed
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
Properties
$handleSecurityLanguageProviders
private
mixed
$handleSecurityLanguageProviders
Methods
__construct()
public
__construct([bool $handleSecurityLanguageProviders = true ]) : mixed
Parameters
- $handleSecurityLanguageProviders : bool = true
Return values
mixed —process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder