class RepeatedPass implements CompilerPassInterface

A pass that might be run repeatedly.

Methods

__construct(array $passes)

Constructor.

process(ContainerBuilder $container)

Process the repeatable passes that run more than once.

setRepeat()

Sets if the pass should repeat.

getPasses()

Returns the passes.

Details

at line line 41
__construct(array $passes)

Constructor.

Parameters

array $passes An array of RepeatablePassInterface objects

Exceptions

InvalidArgumentException when the passes don't implement RepeatablePassInterface

at line line 59
process(ContainerBuilder $container)

Process the repeatable passes that run more than once.

Parameters

ContainerBuilder $container

at line line 74
setRepeat()

Sets if the pass should repeat.

at line line 84
RepeatablePassInterface[] getPasses()

Returns the passes.

Return Value

RepeatablePassInterface[] An array of RepeatablePassInterface objects