Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ForTokenParser.php
function ForTokenParser::decideForEnd
File
vendor/
twig/
twig/
src/
TokenParser/
ForTokenParser.php
, line 69
Class
ForTokenParser
Loops over each item of a sequence.
Namespace
Twig\TokenParser
Code
public
function
decideForEnd
(Token
$token
) : bool {
return
$token
->
test
(
'endfor'
); }
RSS feed