abstract protected function Twig_Template::doDisplay

Auto-generated method to display the template with the given context.

Parameters

array $context An array of parameters to pass to the template:

array $blocks An array of blocks to pass to the template:

1 call to Twig_Template::doDisplay()
Twig_Template::displayWithErrorHandling in drupal/core/vendor/twig/twig/lib/Twig/Template.php
1 method overrides Twig_Template::doDisplay()
Twig_TemplateTest::doDisplay in drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php
Auto-generated method to display the template with the given context.

File

drupal/core/vendor/twig/twig/lib/Twig/Template.php, line 279

Class

Twig_Template
Default base class for compiled templates.

Code

protected abstract function doDisplay(array $context, array $blocks = array());