public function Compiler::getServiceReferenceGraph

Returns the ServiceReferenceGraph.

@api

Return value

ServiceReferenceGraph The ServiceReferenceGraph instance

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/Compiler.php, line 61

Class

Compiler
This class is used to remove circular dependencies between individual passes.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getServiceReferenceGraph() {
  return $this->serviceReferenceGraph;
}