You are here

public function Twig_Extension_Staging::getGlobals in Zircon Profile 8

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

File

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

Class

Twig_Extension_Staging
Internal class.

Code

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