Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DTemplateWrapper.php46 yield from $this->template->yieldBlock($name, $context);
88 foreach ($this->template->yieldBlock($name, $context) as $data) {
DTemplate.php146 … 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);