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