Home
last modified time | relevance | path

Searched defs:hasBlock (Results 1 – 3 of 3) 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
H A DTemplate.php271 public function hasBlock($name, array $context, array $blocks = []) function in Twig\\Template
H A DParser.php222 public function hasBlock($name) function in Twig\\Parser