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

1
2
3
public function getAppRoot() {
  return $this->root;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.