DrupalKernel::getAppRoot

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

public function getAppRoot() {
  return $this->root;
}
doc_Drupal
2016-10-29 09:02:59
Comments
Leave a Comment

Please login to continue.