public function Twig_Function::getCallable

Overrides Twig_FunctionCallableInterface::getCallable

File

drupal/core/vendor/twig/twig/lib/Twig/Function.php, line 67

Class

Twig_Function
Represents a template function.

Code

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