You are here

public function PlatformInfo::getSiteName in Acquia Purge 8

Get the Acquia site name.

Return value

string The site group, e.g. 'sitedev' or '' when unavailable.

Overrides PlatformInfoInterface::getSiteName

File

src/AcquiaCloud/PlatformInfo.php, line 241

Class

PlatformInfo
Provides an information object interfacing with the Acquia platform.

Namespace

Drupal\acquia_purge\AcquiaCloud

Code

public function getSiteName() {
  return $this->siteName;
}