Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DTemplateWrapper.php78 public function getBlockNames(array $context = []): array function in Twig\\TemplateWrapper
80 return $this->template->getBlockNames($context);
H A DTemplate.php299 public function getBlockNames(array $context, array $blocks = []) function in Twig\\Template
304 $names = array_merge($names, $parent->getBlockNames($context));