You are here

public function DrupalKernel::getSitePath in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/DrupalKernel.php \Drupal\Core\DrupalKernel::getSitePath()

Get the site path.

Return value

string The current site path.

Overrides DrupalKernelInterface::getSitePath

File

core/lib/Drupal/Core/DrupalKernel.php, line 393
Contains \Drupal\Core\DrupalKernel.

Class

DrupalKernel
The DrupalKernel class is the core of Drupal itself.

Namespace

Drupal\Core

Code

public function getSitePath() {
  return $this->sitePath;
}