MakeCommandRegistrationPass
in package
implements
CompilerPassInterface
Table of Contents
Interfaces
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Constants
- MAKER_TAG = 'maker.command'
Methods
- process() : void
- You can modify the container here before it is dumped to PHP code.
Constants
MAKER_TAG
public
mixed
MAKER_TAG
= 'maker.command'
Methods
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder