You are here

public function Twig_SimpleTest::isDeprecated in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/lib/Twig/SimpleTest.php \Twig_SimpleTest::isDeprecated()

File

vendor/twig/twig/lib/Twig/SimpleTest.php, line 55

Class

Twig_SimpleTest
Represents a template test.

Code

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