RegisterReverseContainerPass
in package
implements
CompilerPassInterface
Tags
Table of Contents
Interfaces
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Properties
- $beforeRemoving : bool
Methods
- __construct() : mixed
- process() : void
- You can modify the container here before it is dumped to PHP code.
Properties
$beforeRemoving
private
bool
$beforeRemoving
Methods
__construct()
public
__construct(bool $beforeRemoving) : mixed
Parameters
- $beforeRemoving : bool
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder