public function PlatformInfoInterface::getSiteGroup in Acquia Purge 8
Get the Acquia site group.
Return value
string The site group, e.g. 'site' or '' when unavailable.
1 method overrides PlatformInfoInterface::getSiteGroup()
- PlatformInfo::getSiteGroup in src/
AcquiaCloud/ PlatformInfo.php - Get the Acquia site group.
File
- src/
AcquiaCloud/ PlatformInfoInterface.php, line 55
Class
- PlatformInfoInterface
- Describes an information object interfacing with the Acquia platform.
Namespace
Drupal\acquia_purge\AcquiaCloudCode
public function getSiteGroup();