Searched refs:mergeGlobals (Results 1 – 3 of 3) sorted by relevance
93 $context = $this->env->mergeGlobals($context);121 $this->template->displayBlock($name, $this->env->mergeGlobals($context));
378 …$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $bl…
943 public function mergeGlobals(array $context) function in Twig\\Environment