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