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

Interfaces, Classes and Traits

CompilerPassInterface
Interface that must be implemented by compilation passes.

Table of Contents

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

Properties

Methods

Search results