public function Twig_TokenParser_Sandbox::decideBlockEnd in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/TokenParser/Sandbox.php \Twig_TokenParser_Sandbox::decideBlockEnd()
File
- vendor/
Twig/ TokenParser/ Sandbox.php, line 54
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');
}