public function Twig_TemplateInterface::display

Displays 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 method overrides Twig_TemplateInterface::display()
Twig_Template::display in drupal/core/vendor/twig/twig/lib/Twig/Template.php
Displays the template with the given context.

File

drupal/core/vendor/twig/twig/lib/Twig/TemplateInterface.php, line 39

Class

Twig_TemplateInterface
Interface implemented by all compiled templates.

Code

public function display(array $context, array $blocks = array());