Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
WithTokenParser.php
function WithTokenParser::decideWithEnd
File
vendor/
twig/
twig/
src/
TokenParser/
WithTokenParser.php
, line 47
Class
WithTokenParser
Creates a nested scope.
Namespace
Twig\TokenParser
Code
public
function
decideWithEnd
(Token
$token
) : bool {
return
$token
->
test
(
'endwith'
); }
RSS feed