Home
last modified time | relevance | path

Searched refs:hasBlock (Results 1 – 5 of 5) sorted by path

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php267 public function hasBlock($name) function in Twig\\Parser
H A DTemplate.php292 public function hasBlock($name, array $context = null, array $blocks = []) function in Twig\\Template
309 return $parent->hasBlock($name, $context);
H A DTemplateWrapper.php70 public function hasBlock($name, $context = []) function in Twig\\TemplateWrapper
72 return $this->template->hasBlock($name, $context);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DBlockTokenParser.php39 if ($this->parser->hasBlock($name)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateWrapperTest.php28 $this->assertTrue($wrapper->hasBlock('foo'));
29 $this->assertFalse($wrapper->hasBlock('bar'));
33 $this->assertTrue($wrapper->hasBlock('foo'));
34 $this->assertTrue($wrapper->hasBlock('imported'));
38 $this->assertTrue($wrapper->hasBlock('foo'));
39 $this->assertTrue($wrapper->hasBlock('extended'));