public function AcquiaPurgeHostingInfo::getBalancerToken in Acquia Purge 7
Get the token used in the X-Acquia-Purge header.
Return value
string[] Token string, e.g. 'oursecret' or 'sitedev'.
File
- lib/
AcquiaPurgeHostingInfo.php, line 378 - Contains AcquiaPurgeHostingInfo.
Class
- AcquiaPurgeHostingInfo
- Provides technical information accessors for the Acquia Cloud environment.
Code
public function getBalancerToken() {
return $this->balancerToken;
}