public function Twig_ExtensionInterface::getTests in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/ExtensionInterface.php \Twig_ExtensionInterface::getTests()
Returns a list of tests to add to the existing list.
Return value
1 method overrides Twig_ExtensionInterface::getTests()
- Twig_Extension::getTests in vendor/
twig/ twig/ lib/ Twig/ Extension.php - Returns a list of tests to add to the existing list.
File
- vendor/
twig/ twig/ lib/ Twig/ ExtensionInterface.php, line 56
Class
- Twig_ExtensionInterface
- Interface implemented by extension classes.
Code
public function getTests();