public DrupalKernel::getAppRoot()
Gets the app root.
Return value
string
Overrides DrupalKernelInterface::getAppRoot
File
- core/lib/Drupal/Core/DrupalKernel.php, line 425
Class
- DrupalKernel
- The DrupalKernel class is the core of Drupal itself.
Namespace
Drupal\Core
Code
1 2 3 | public function getAppRoot() { return $this ->root; } |
Please login to continue.