public function Twig_Test::getCallable in Translation template extractor 7.3
Same name and namespace in other branches
- 6.3 vendor/Twig/Test.php \Twig_Test::getCallable()
Overrides Twig_TestCallableInterface::getCallable
File
- vendor/
Twig/ Test.php, line 33
Class
- Twig_Test
- Represents a template test.
Code
public function getCallable() {
return $this->options['callable'];
}