You are here

public function Twig_SimpleFilter::getCallable in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/lib/Twig/SimpleFilter.php \Twig_SimpleFilter::getCallable()

File

vendor/twig/twig/lib/Twig/SimpleFilter.php, line 47

Class

Twig_SimpleFilter
Represents a template filter.

Code

public function getCallable() {
  return $this->callable;
}