public function Compiler::getServiceReferenceGraph in Service Container 7
Same name and namespace in other branches
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/Compiler.php \Symfony\Component\DependencyInjection\Compiler\Compiler::getServiceReferenceGraph()
Returns the ServiceReferenceGraph.
@api
Return value
ServiceReferenceGraph The ServiceReferenceGraph instance
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Compiler/ Compiler.php, line 59
Class
- Compiler
- This class is used to remove circular dependencies between individual passes.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getServiceReferenceGraph() {
return $this->serviceReferenceGraph;
}