Home
last modified time | relevance | path

Searched refs:renderBlock (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
DFilesystemTest.php186 $this->assertSame('block from theme 1', $template->renderBlock('b1', []));
189 $this->assertSame('block from theme 2', $template->renderBlock('b2', []));
215 $this->assertSame('VALID Child', $template->renderBlock('body', []));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DTemplateWrapperTest.php51 $this->assertEquals('FOOBAR', $wrapper->renderBlock('foo', ['foo' => 'FOO']));
DTemplateTest.php227 $template->renderBlock('unknown', []);
/plugin/findologicxmlexport/vendor/twig/twig/src/
DTemplateWrapper.php95 public function renderBlock($name, $context = []) function in Twig\\TemplateWrapper
DTemplate.php272 public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true) function in Twig\\Template
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dapi.rst75 ``renderBlock()`` call::
77 echo $template->renderBlock('block_name', ['the' => 'variables', 'go' => 'here']);