You are here

public function Twig_SimpleFunction::getCallable in Translation template extractor 6.3

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

File

vendor/Twig/SimpleFunction.php, line 42

Class

Twig_SimpleFunction
Represents a template function.

Code

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