public function PlatformInfoInterface::getBalancerToken in Acquia Purge 8
Get the token used to authenticate cache invalidations with.
Return value
string Token string, e.g. 'oursecret' or 'sitedev'.
1 method overrides PlatformInfoInterface::getBalancerToken()
- PlatformInfo::getBalancerToken in src/
AcquiaCloud/ PlatformInfo.php - Get the token used to authenticate cache invalidations with.
File
- src/
AcquiaCloud/ PlatformInfoInterface.php, line 24
Class
- PlatformInfoInterface
- Describes an information object interfacing with the Acquia platform.
Namespace
Drupal\acquia_purge\AcquiaCloudCode
public function getBalancerToken();