You are here

public function Twig_SimpleTest::getAlternative in Translation template extractor 7.3

File

vendor/Twig/SimpleTest.php, line 60

Class

Twig_SimpleTest
Represents a template test.

Code

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