Searched refs:yieldBlock (Results 1 – 2 of 2) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/ |
| D | TemplateWrapper.php | 46 yield from $this->template->yieldBlock($name, $context); 88 foreach ($this->template->yieldBlock($name, $context) as $data) {
|
| D | Template.php | 146 … foreach ($this->yieldBlock($name, $context, $blocks, $useBlocks, $templateContext) as $data) { 220 foreach ($this->yieldBlock($name, $context, $blocks, $useBlocks) as $data) { 435 …public function yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $te… function in Twig\\Template 476 …yield from $parent->unwrap()->yieldBlock($name, $context, array_merge($this->blocks, $blocks), fal… 499 …yield from $this->traits[$name][0]->yieldBlock($this->traitAliases[$name] ?? $name, $context, $blo… 501 yield from $parent->unwrap()->yieldBlock($name, $context, $blocks, false);
|