Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Template.php
function Template::doGetParent
1 call to
Template::doGetParent()
Template::getParent
in vendor/
twig/
twig/
src/
Template.php
Returns the parent template.
File
vendor/
twig/
twig/
src/
Template.php
, line 98
Class
Template
Default base class for compiled templates.
Namespace
Twig
Code
protected
function
doGetParent
(array
$context
) : bool|string|self|TemplateWrapper {
return
false
; }
RSS feed