CompilerPassInterface
interface CompilerPassInterface
Interface that must be implemented by compilation passes.
Methods
void
process(ContainerBuilder$container)
You can modify the container here before it is dumped to PHP code.