Home
last modified time | relevance | path

Searched refs:getBlockNames (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DTemplateWrapper.php72 public function getBlockNames(array $context = []): array function in Twig\\TemplateWrapper
74 return $this->template->getBlockNames($context);
DTemplate.php267 public function getBlockNames(array $context, array $blocks = []): array function in Twig\\Template
272 $names = array_merge($names, $parent->getBlockNames($context));