RegisterReverseContainerPass
in package
implements
CompilerPassInterface
Tags
Interfaces, Classes, Traits and Enums
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- $beforeRemoving : mixed
- $serviceId : mixed
- $tagName : mixed
- __construct() : mixed
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
Properties
$beforeRemoving
private
mixed
$beforeRemoving
$serviceId
private
mixed
$serviceId
$tagName
private
mixed
$tagName
Methods
__construct()
public
__construct(bool $beforeRemoving[, string $serviceId = 'reverse_container' ][, string $tagName = 'container.reversible' ]) : mixed
Parameters
- $beforeRemoving : bool
- $serviceId : string = 'reverse_container'
- $tagName : string = 'container.reversible'
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