public function Twig_ExtensionInterface::getTests in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/ExtensionInterface.php \Twig_ExtensionInterface::getTests()
Returns a list of tests to add to the existing list.
Return value
array An array of tests
1 method overrides Twig_ExtensionInterface::getTests()
- Twig_Extension::getTests in vendor/
Twig/ Extension.php - Returns a list of tests to add to the existing list.
File
- vendor/
Twig/ ExtensionInterface.php, line 54
Class
- Twig_ExtensionInterface
- Interface implemented by extension classes.
Code
public function getTests();