RepeatablePassInterface deprecated
interface RepeatablePassInterface implements CompilerPassInterface
deprecated since Symfony 4.2.
Interface that must be implemented by passes that are run as part of an RepeatedPass.
Methods
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.
Details
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.