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

Breadcrumb

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

function Lexer::pushState

3 calls to Lexer::pushState()
Lexer::lexData in vendor/twig/twig/src/Lexer.php
Lexer::lexExpression in vendor/twig/twig/src/Lexer.php
Lexer::lexString in vendor/twig/twig/src/Lexer.php

File

vendor/twig/twig/src/Lexer.php, line 575

Class

Lexer
@author Fabien Potencier <fabien@symfony.com>

Namespace

Twig

Code

private function pushState($state) : void {
    $this->states[] = $this->state;
    $this->state = $state;
}
RSS feed
Powered by Drupal