You are here

public function PlatformInfo::getSitePath in Acquia Purge 8

Get the Drupal site path.

Return value

string The site path, e.g. 'site/default' or 'site/mysecondsite'.

Overrides PlatformInfoInterface::getSitePath

File

src/AcquiaCloud/PlatformInfo.php, line 248

Class

PlatformInfo
Provides an information object interfacing with the Acquia platform.

Namespace

Drupal\acquia_purge\AcquiaCloud

Code

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