public function Twig_SimpleFilter::getCallable in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/SimpleFilter.php \Twig_SimpleFilter::getCallable()
File
- vendor/
Twig/ SimpleFilter.php, line 44
Class
- Twig_SimpleFilter
- Represents a template filter.
Code
public function getCallable() {
return $this->callable;
}