Documentation

CheckCircularReferencesPass
in package
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.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Interfaces

CompilerPassInterface
Interface that must be implemented by compilation passes.

Properties

$checkedNodes  : array<string|int, mixed>
$currentPath  : array<string|int, mixed>

Methods

process()  : mixed
Checks the ContainerBuilder object for circular references.
checkOutEdges()  : mixed
Checks for circular references.

Properties

Methods


        
On this page

Search results