You are here

public function PlatformInfo::getSiteGroup in Acquia Purge 8

Get the Acquia site group.

Return value

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

Overrides PlatformInfoInterface::getSiteGroup

File

src/AcquiaCloud/PlatformInfo.php, line 227

Class

PlatformInfo
Provides an information object interfacing with the Acquia platform.

Namespace

Drupal\acquia_purge\AcquiaCloud

Code

public function getSiteGroup() {
  return $this->siteGroup;
}