public function Twig_SimpleTest::getCallable

File

drupal/core/vendor/twig/twig/lib/Twig/SimpleTest.php, line 37

Class

Twig_SimpleTest
Represents a template test.

Code

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