Home
last modified time | relevance | path

Searched refs:mergeGlobals (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
H A DTemplateWrapper.php93 $context = $this->env->mergeGlobals($context);
121 $this->template->displayBlock($name, $this->env->mergeGlobals($context));
H A DTemplate.php378 …$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $bl…
H A DEnvironment.php943 public function mergeGlobals(array $context) function in Twig\\Environment