You are here

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

1 method overrides PlatformInfoInterface::getBalancerAddresses()
PlatformInfo::getBalancerAddresses in src/AcquiaCloud/PlatformInfo.php
Get the load balancer IP adresses installed in front of this site.

File

src/AcquiaCloud/PlatformInfoInterface.php, line 16

Class

PlatformInfoInterface
Describes an information object interfacing with the Acquia platform.

Namespace

Drupal\acquia_purge\AcquiaCloud

Code

public function getBalancerAddresses();