CheckCircularReferencesPass

CheckCircularReferencesPass

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.

Methods

process(ContainerBuilder $container)

Checks the ContainerBuilder object for circular references.

Details

process(ContainerBuilder $container)

Checks the ContainerBuilder object for circular references.

Parameters

ContainerBuilder $container
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部