Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Compiler.php

function Compiler::getServiceReferenceGraph

File

vendor/symfony/dependency-injection/Compiler/Compiler.php, line 39

Class

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

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getServiceReferenceGraph() : ServiceReferenceGraph {
    return $this->serviceReferenceGraph;
}
RSS feed
Powered by Drupal