CommandHandlerPass
in package
implements
CompilerPassInterface
This compiler pass maps Handler DI tags to specific commands.
Interfaces, Classes and Traits
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- $handlerMapping : HandlerMapping
- __construct() : mixed
- process() : void
- You can modify the container here before it is dumped to PHP code.
- readAndForgetParameter() : mixed
Properties
$handlerMapping
private
HandlerMapping
$handlerMapping
Methods
__construct()
public
__construct(HandlerMapping $mappingStrategy) : mixed
Parameters
- $mappingStrategy : HandlerMapping
Return values
mixed —process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder
Return values
void —readAndForgetParameter()
private
readAndForgetParameter(ContainerBuilder $container, mixed $parameter) : mixed
Parameters
- $container : ContainerBuilder
- $parameter : mixed