You are here

public function Twig_Extension::getGlobals in Zircon Profile 8.0

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

Overrides Twig_ExtensionInterface::getGlobals

Deprecated

since 1.23 (to be removed in 2.0), implement Twig_Extension_GlobalsInterface instead

File

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

Class

Twig_Extension

Code

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