You are here

public function AcquiaPurgeHostingInfo::getSiteName in Acquia Purge 7

Get the Acquia site name.

Return value

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

File

lib/AcquiaPurgeHostingInfo.php, line 438
Contains AcquiaPurgeHostingInfo.

Class

AcquiaPurgeHostingInfo
Provides technical information accessors for the Acquia Cloud environment.

Code

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