Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SetTokenParser.php
function SetTokenParser::decideBlockEnd
File
vendor/
twig/
twig/
src/
TokenParser/
SetTokenParser.php
, line 64
Class
SetTokenParser
Defines a variable.
Namespace
Twig\TokenParser
Code
public
function
decideBlockEnd
(Token
$token
) : bool {
return
$token
->
test
(
'endset'
); }
RSS feed