You are here

public function Twig_SimpleFunction::isDeprecated in Translation template extractor 7.3

File

vendor/Twig/SimpleFunction.php, line 93

Class

Twig_SimpleFunction
Represents a template function.

Code

public function isDeprecated() {
  return $this->options['deprecated'];
}