You are here

public function Twig_TokenParser_Macro::decideBlockEnd in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/TokenParser/Macro.php \Twig_TokenParser_Macro::decideBlockEnd()

File

vendor/twig/twig/lib/Twig/TokenParser/Macro.php, line 47

Class

Twig_TokenParser_Macro
Defines a macro.

Code

public function decideBlockEnd(Twig_Token $token) {
  return $token
    ->test('endmacro');
}