You are here

public function Twig_Filter::getCallable in Zircon Profile 8

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

Overrides Twig_FilterCallableInterface::getCallable

File

vendor/twig/twig/lib/Twig/Filter.php, line 80

Class

Twig_Filter
Represents a template filter.

Code

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