Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DTemplateWrapper.php101 $this->template->displayBlock($name, $context);
119 public function displayBlock(string $name, array $context = []) function in Twig\\TemplateWrapper
121 $this->template->displayBlock($name, $this->env->mergeGlobals($context));
DTemplate.php143 $this->traits[$name][0]->displayBlock($name, $context, $blocks, false);
145 $parent->displayBlock($name, $context, $blocks, false);
162 …public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $t… function in Twig\\Template
202 …$parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContex…
254 $this->displayBlock($name, $context, $blocks, $useBlocks);