You are here

public function PlatformInfo::getBalancerAddresses in Acquia Purge 8

Get the load balancer IP adresses installed in front of this site.

Return value

string[] Unassociative list of adresses in the form of 'I.P.V.4', or empty array.

Overrides PlatformInfoInterface::getBalancerAddresses

File

src/AcquiaCloud/PlatformInfo.php, line 190

Class

PlatformInfo
Provides an information object interfacing with the Acquia platform.

Namespace

Drupal\acquia_purge\AcquiaCloud

Code

public function getBalancerAddresses() {
  return $this->balancerAddresses;
}