You are here

public function Twig_Extension::getOperators in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/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

1 method overrides Twig_Extension::getOperators()
Twig_Extension_Core::getOperators in vendor/Twig/Extension/Core.php
Returns a list of operators to add to the existing list.

File

vendor/Twig/Extension.php, line 79

Class

Twig_Extension

Code

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