You are here

public function PlatformInfo::getBalancerToken in Acquia Purge 8

Get the token used to authenticate cache invalidations with.

Return value

string Token string, e.g. 'oursecret' or 'sitedev'.

Overrides PlatformInfoInterface::getBalancerToken

File

src/AcquiaCloud/PlatformInfo.php, line 197

Class

PlatformInfo
Provides an information object interfacing with the Acquia platform.

Namespace

Drupal\acquia_purge\AcquiaCloud

Code

public function getBalancerToken() {
  return $this->balancerToken;
}