Searched refs:getGlobals (Results 1 – 5 of 5) sorted by relevance
79 return $this->template->renderBlock($name, $context + $this->env->getGlobals());87 $context += $this->env->getGlobals();
890 … if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) {904 public function getGlobals(): array function in Twig\\Environment908 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);914 return array_merge($this->extensionSet->getGlobals(), $this->globals);930 return $context + $this->getGlobals();
353 public function getGlobals(): array function in Twig\\ExtensionSet365 $globals = array_merge($globals, $extension->getGlobals());
406 $context += $this->env->getGlobals();
24 public function getGlobals(): array; function