Home
last modified time | relevance | path

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

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