Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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