public function Twig_TokenParser_Filter::decideBlockEnd

File

drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Filter.php, line 47

Class

Twig_TokenParser_Filter
Filters a section of a template by applying filters.

Code

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