symfony / 4.0.3 / symfony / component / dependencyinjection / compiler / registerservicesubscriberspass.html /

RegisterServiceSubscribersPass

class RegisterServiceSubscribersPass extends AbstractRecursivePass

Compiler pass to register tagged services that require a service locator.

Methods

process(ContainerBuilder $container)

You can modify the container here before it is dumped to PHP code.

from AbstractRecursivePass

Details

process(ContainerBuilder $container)

You can modify the container here before it is dumped to PHP code.

Parameters

ContainerBuilder $container