Searched refs:renderBlock (Results 1 – 2 of 2) sorted by relevance
77 public function renderBlock(string $name, array $context = []): string function in Twig\\TemplateWrapper79 return $this->template->renderBlock($name, $context + $this->env->getGlobals());
197 … public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true): string function in Twig\\Template