abstract protected function Twig_Template::doDisplay in Translation template extractor 7.3
Same name and namespace in other branches
- 6.3 vendor/Twig/Template.php \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 vendor/
Twig/ Template.php
File
- vendor/
Twig/ Template.php, line 406
Class
- Twig_Template
- Default base class for compiled templates.
Code
protected abstract function doDisplay(array $context, array $blocks = array());