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

Breadcrumb

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

function AnalyzeServiceReferencesPass::__construct

Parameters

bool $onlyConstructorArguments Sets this Service Reference pass to ignore method calls:

File

vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php, line 48

Class

AnalyzeServiceReferencesPass
Run this pass before passes that need to know more about the relation of your services.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function __construct(bool $onlyConstructorArguments = false, bool $hasProxyDumper = true) {
    $this->enableExpressionProcessing();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal