Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateWrapperTest.php30 $this->assertEquals(['foo'], $wrapper->getBlockNames());
35 $this->assertEquals(['imported', 'foo'], $wrapper->getBlockNames());
40 $this->assertEquals(['foo', 'extended'], $wrapper->getBlockNames());
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplateWrapper.php82 public function getBlockNames($context = []) function in Twig\\TemplateWrapper
84 return $this->template->getBlockNames($context);
H A DTemplate.php326 public function getBlockNames(array $context = null, array $blocks = []) function in Twig\\Template
337 $names = array_merge($names, $parent->getBlockNames($context));