Searched refs:hasBlock (Results 1 – 4 of 4) sorted by relevance
64 public function hasBlock(string $name, array $context = []): bool function in Twig\\TemplateWrapper66 return $this->template->hasBlock($name, $context);
239 public function hasBlock($name, array $context, array $blocks = []): bool function in Twig\\Template250 return $parent->hasBlock($name, $context);
276 public function hasBlock(string $name): bool function in Twig\\Parser
233 …* Deprecate some internal methods from `Parser`: `getBlockStack()`, `hasBlock()`, `getBlock()`, `h…