protected function Twig_Template::doGetParent in Translation template extractor 7.3
Same name and namespace in other branches
- 6.3 vendor/Twig/Template.php \Twig_Template::doGetParent()
1 call to Twig_Template::doGetParent()
- Twig_Template::getParent in vendor/
Twig/ Template.php - Returns the parent template.
File
- vendor/
Twig/ Template.php, line 97
Class
- Twig_Template
- Default base class for compiled templates.
Code
protected function doGetParent(array $context) {
return false;
}