Home
last modified time | relevance | path

Searched refs:renderBlock (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DTemplateWrapper.php77 public function renderBlock(string $name, array $context = []): string function in Twig\\TemplateWrapper
79 return $this->template->renderBlock($name, $context + $this->env->getGlobals());
DTemplate.php197 … public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true): string function in Twig\\Template