Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
DrupalKernel.php
function DrupalKernel::getAppRoot
Overrides
DrupalKernelInterface::getAppRoot
2 calls to
DrupalKernel::getAppRoot()
DrupalKernel::compileContainer
in core/
lib/
Drupal/
Core/
DrupalKernel.php
Compiles a new service container.
DrupalKernel::initializeContainer
in core/
lib/
Drupal/
Core/
DrupalKernel.php
Initializes the service container.
File
core/
lib/
Drupal/
Core/
DrupalKernel.php
, line 469
Class
DrupalKernel
The DrupalKernel class is the core of Drupal itself.
Namespace
Drupal\Core
Code
public
function
getAppRoot
() {
return
$this
->
root
; }
RSS feed