You are here

public function Twig_Extension::getOperators in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/lib/Twig/Extension.php \Twig_Extension::getOperators()

Returns a list of operators to add to the existing list.

Return value

array An array of operators

Overrides Twig_ExtensionInterface::getOperators

File

vendor/twig/twig/lib/Twig/Extension.php, line 65

Class

Twig_Extension

Code

public function getOperators() {
  return array();
}