You are here

public function Twig_SimpleFilter::getAlternative in Translation template extractor 7.3

File

vendor/Twig/SimpleFilter.php, line 108

Class

Twig_SimpleFilter
Represents a template filter.

Code

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