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

Breadcrumb

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

function ExpressionParser::setDeprecationCheck

2 calls to ExpressionParser::setDeprecationCheck()
ExpressionParser::getPrimary in vendor/twig/twig/src/ExpressionParser.php
ExpressionParser::parseExpression in vendor/twig/twig/src/ExpressionParser.php

File

vendor/twig/twig/src/ExpressionParser.php, line 862

Class

ExpressionParser
Parses expressions.

Namespace

Twig

Code

private function setDeprecationCheck(bool $deprecationCheck) : bool {
    $current = $this->deprecationCheck;
    $this->deprecationCheck = $deprecationCheck;
    return $current;
}

API Navigation

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