public function Twig_TokenParser_Sandbox::decideBlockEnd

File

drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php, line 41

Class

Twig_TokenParser_Sandbox
Marks a section of a template as untrusted code that must be evaluated in the sandbox mode.

Code

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