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