public function Twig_TemplateInterface::display in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/TemplateInterface.php \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 vendor/
twig/ twig/ lib/ Twig/ Template.php - Displays the template with the given context.
File
- vendor/
twig/ twig/ lib/ Twig/ TemplateInterface.php, line 40
Class
- Twig_TemplateInterface
- Interface implemented by all compiled templates.
Code
public function display(array $context, array $blocks = array());