public function Compiler::getServiceReferenceGraph in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Compiler/Compiler.php \Symfony\Component\DependencyInjection\Compiler\Compiler::getServiceReferenceGraph()
Returns the ServiceReferenceGraph.
Return value
ServiceReferenceGraph The ServiceReferenceGraph instance
File
- vendor/
symfony/ dependency-injection/ Compiler/ Compiler.php, line 53
Class
- Compiler
- This class is used to remove circular dependencies between individual passes.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getServiceReferenceGraph() {
return $this->serviceReferenceGraph;
}