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

Breadcrumb

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

function Compiler::__construct

Same name in this branch
  1. 11.1.x vendor/twig/twig/src/Compiler.php \Twig\Compiler::__construct()

File

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

Class

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

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function __construct() {
    $this->passConfig = new PassConfig();
    $this->serviceReferenceGraph = new ServiceReferenceGraph();
}
RSS feed
Powered by Drupal