You are here

public function Twig_SimpleTest::isDeprecated in Translation template extractor 7.3

File

vendor/Twig/SimpleTest.php, line 55

Class

Twig_SimpleTest
Represents a template test.

Code

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