Searched refs:templateContext (Results 1 – 1 of 1) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Template.php | 144 …($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): void argument 146 … foreach ($this->yieldBlock($name, $context, $blocks, $useBlocks, $templateContext) as $data) { 435 …$name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iter… argument 476 …yieldBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this); 480 …plate "%s" does not exist.', $name, $this->getTemplateName()), -1, ($templateContext ?? $this)->ge…
|