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

Breadcrumb

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

function AbstractRecursivePass::enableExpressionProcessing

2 calls to AbstractRecursivePass::enableExpressionProcessing()
AnalyzeServiceReferencesPass::__construct in vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php
RemoveUnusedDefinitionsPass::process in vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php
Processes the ContainerBuilder to remove unused definitions.

File

vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php, line 51

Class

AbstractRecursivePass
@author Nicolas Grekas <p@tchwork.com>

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

protected function enableExpressionProcessing() : void {
    $this->processExpressions = true;
}

API Navigation

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