You are here

public function Twig_SimpleTest::getCallable in Translation template extractor 6.3

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

File

vendor/Twig/SimpleTest.php, line 37

Class

Twig_SimpleTest
Represents a template test.

Code

public function getCallable() {
  return $this->callable;
}