public function PlatformInfo::getSiteIdentifier in Acquia Purge 8
Get a unique identifier for this Acquia site.
Return value
string Unique string for this Drupal instance, even within multisites!
Overrides PlatformInfoInterface::getSiteIdentifier
File
- src/
AcquiaCloud/ PlatformInfo.php, line 234
Class
- PlatformInfo
- Provides an information object interfacing with the Acquia platform.
Namespace
Drupal\acquia_purge\AcquiaCloudCode
public function getSiteIdentifier() {
return $this->siteIdentifier;
}