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