public function Twig_Test::getCallable

Overrides Twig_TestCallableInterface::getCallable

File

drupal/core/vendor/twig/twig/lib/Twig/Test.php, line 30

Class

Twig_Test
Represents a template test.

Code

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