RepeatedPass
class RepeatedPass implements CompilerPassInterface
A pass that might be run repeatedly.
Methods
__construct(array $passes)
Constructor.
setRepeat()
Sets if the pass should repeat.
getPasses()
Returns the passes.
Details
at line line 41
__construct(array $passes)
Constructor.
at line line 59
process(ContainerBuilder $container)
Process the repeatable passes that run more than once.
at line line 74
setRepeat()
Sets if the pass should repeat.
at line line 84
RepeatablePassInterface[]
getPasses()
Returns the passes.