You are here

public function Twig_Extension_Staging::getGlobals in Translation template extractor 6.3

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

Returns a list of global variables to add to the existing list.

Return value

array An array of global variables

Overrides Twig_Extension::getGlobals

File

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

Class

Twig_Extension_Staging
Internal class.

Code

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