AnalyzeServiceReferencesPass
class AnalyzeServiceReferencesPass implements RepeatablePassInterface
Run this pass before passes that need to know more about the relation of your services.
This class will populate the ServiceReferenceGraph with information. You can retrieve the graph in other passes from the compiler.
Methods
__construct(bool $onlyConstructorArguments = false)
Constructor.
process(ContainerBuilder $container)
Processes a ContainerBuilder object to populate the service reference graph.
Details
at line line 41
__construct(bool $onlyConstructorArguments = false)
Constructor.
at line line 49
setRepeatedPass(RepeatedPass $repeatedPass)
Sets the RepeatedPass interface.
at line line 59
process(ContainerBuilder $container)
Processes a ContainerBuilder object to populate the service reference graph.