public function Twig_SimpleFunction::needsContext in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/SimpleFunction.php \Twig_SimpleFunction::needsContext()
File
- vendor/
twig/ twig/ lib/ Twig/ SimpleFunction.php, line 70
Class
- Twig_SimpleFunction
- Represents a template function.
Code
public function needsContext() {
return $this->options['needs_context'];
}