class CheckCircularReferencesPass implements CompilerPassInterface
Checks your services for circular references.
References from method calls are ignored since we might be able to resolve these references depending on the order in which services are called.
Circular reference from method calls will only be detected at run-time.
process(ContainerBuilder $container) Checks the ContainerBuilder object for circular references. |
Checks the ContainerBuilder object for circular references.
ContainerBuilder | $container |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.html