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

Breadcrumb

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

function AbstractRecursivePass::inExpression

1 call to AbstractRecursivePass::inExpression()
AnalyzeServiceReferencesPass::processValue in vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php
Processes a value found in a definition tree.

File

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

Class

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

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

protected function inExpression(bool $reset = true) : bool {
    $inExpression = $this->inExpression;
    if ($reset) {
        $this->inExpression = false;
    }
    return $inExpression;
}

API Navigation

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