You are here

public function Twig_Tests_EnvironmentTest_Extension::getGlobals 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::getGlobals()

File

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

Class

Twig_Tests_EnvironmentTest_Extension

Code

public function getGlobals() {
  return array(
    'foo_global' => 'foo_global',
  );
}