class RepeatedPass implements CompilerPassInterface
A pass that might be run repeatedly.
Methods
|
__construct(array $passes)
Constructor. |
||
|
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code. |
||
|
setRepeat()
Sets if the pass should repeat |
||
| RepeatablePassInterface[] |
getPasses()
Returns the passes |
Details
at line 41
public
__construct(array $passes)
Constructor.
at line 59
public
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.
at line 74
public
setRepeat()
Sets if the pass should repeat
at line 84
public RepeatablePassInterface[]
getPasses()
Returns the passes