You are here

public function Twig_Test::getCallable in Translation template extractor 6.3

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

Overrides Twig_TestCallableInterface::getCallable

File

vendor/Twig/Test.php, line 30

Class

Twig_Test
Represents a template test.

Code

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