You are here

public function Twig_Test::getCallable in Zircon Profile 8

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

Overrides Twig_TestCallableInterface::getCallable

File

vendor/twig/twig/lib/Twig/Test.php, line 33

Class

Twig_Test
Represents a template test.

Code

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