You are here

public function Twig_Filter::getCallable in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Filter.php \Twig_Filter::getCallable()

Overrides Twig_FilterCallableInterface::getCallable

File

vendor/Twig/Filter.php, line 77

Class

Twig_Filter
Represents a template filter.

Code

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