public function 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 drupal/core/vendor/twig/twig/lib/Twig/Extension.php
Returns a list of operators to add to the existing list.

File

drupal/core/vendor/twig/twig/lib/Twig/ExtensionInterface.php, line 68

Class

Twig_ExtensionInterface
Interface implemented by extension classes.

Code

public function getOperators();