You are here

public function Twig_Function::getCallable in Translation template extractor 6.3

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

Overrides Twig_FunctionCallableInterface::getCallable

File

vendor/Twig/Function.php, line 67

Class

Twig_Function
Represents a template function.

Code

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