You are here

public function PlatformInfoInterface::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!

1 method overrides PlatformInfoInterface::getSiteIdentifier()
PlatformInfo::getSiteIdentifier in src/AcquiaCloud/PlatformInfo.php
Get a unique identifier for this Acquia site.

File

src/AcquiaCloud/PlatformInfoInterface.php, line 63

Class

PlatformInfoInterface
Describes an information object interfacing with the Acquia platform.

Namespace

Drupal\acquia_purge\AcquiaCloud

Code

public function getSiteIdentifier();