protected function Twig_TemplateTest::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:

Overrides Twig_Template::doDisplay

File

drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php, line 237

Class

Twig_TemplateTest

Code

protected function doDisplay(array $context, array $blocks = array()) {
}