Home
last modified time | relevance | path

Searched refs:displayBlock (Results 1 – 4 of 4) sorted by last modified time

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplateWrapper.php101 $this->template->displayBlock($name, $context);
125 public function displayBlock($name, $context = []) function in Twig\\TemplateWrapper
127 $this->template->displayBlock($name, $this->env->mergeGlobals($context));
H A DTemplate.php175 $this->traits[$name][0]->displayBlock($name, $context, $blocks, false);
177 $parent->displayBlock($name, $context, $blocks, false);
194 public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true) function in Twig\\Template
233 $parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false);
275 $this->displayBlock($name, $context, $blocks, $useBlocks);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php32 $template->displayBlock('foo', [], ['foo' => [new \stdClass(), 'foo']]);
228 $template->displayBlock('unknown', []);
H A DTemplateWrapperTest.php64 $wrapper->displayBlock('foo', ['foo' => 'FOO']);