You are here

public function Twig_Tests_EnvironmentTest_Extension::getOperators in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php \Twig_Tests_EnvironmentTest_Extension::getOperators()

File

vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php, line 254

Class

Twig_Tests_EnvironmentTest_Extension

Code

public function getOperators() {
  return array(
    array(
      'foo_unary' => array(),
    ),
    array(
      'foo_binary' => array(),
    ),
  );
}