Home
last modified time | relevance | path

Searched refs:hasBlock (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DTemplateWrapper.php66 public function hasBlock(string $name, array $context = []): bool function in Twig\\TemplateWrapper
68 return $this->template->hasBlock($name, $context);
DTemplate.php271 public function hasBlock($name, array $context, array $blocks = []) function in Twig\\Template
282 return $parent->hasBlock($name, $context);
DParser.php222 public function hasBlock($name) function in Twig\\Parser
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DBlockTokenParser.php37 if ($this->parser->hasBlock($name)) {