You are here

public function Twig_Extension_Staging::getGlobals in Translation template extractor 7.3

Same name and namespace in other branches
  1. 6.3 vendor/Twig/Extension/Staging.php \Twig_Extension_Staging::getGlobals()

Overrides Twig_Extension::getGlobals

Deprecated

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

File

vendor/Twig/Extension/Staging.php, line 75

Class

Twig_Extension_Staging
Internal class.

Code

public function getGlobals() {
  return $this->globals;
}