You are here

public function Twig_TokenParser_Set::decideBlockEnd in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/TokenParser/Set.php \Twig_TokenParser_Set::decideBlockEnd()

File

vendor/Twig/TokenParser/Set.php, line 69

Class

Twig_TokenParser_Set
Defines a variable.

Code

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