You are here

public function RestrictIpServiceInterface::getWhitelistedIpAddresses in Restrict IP 8

Same name and namespace in other branches
  1. 8.2 src/Service/RestrictIpServiceInterface.php \Drupal\restrict_ip\Service\RestrictIpServiceInterface::getWhitelistedIpAddresses()
  2. 3.x src/Service/RestrictIpServiceInterface.php \Drupal\restrict_ip\Service\RestrictIpServiceInterface::getWhitelistedIpAddresses()

* Get an array of all IP addresses that have been whitelisted through the admin interface * *

Return value

array * An array of addresses whitelisted through the admin interface.

1 method overrides RestrictIpServiceInterface::getWhitelistedIpAddresses()
RestrictIpService::getWhitelistedIpAddresses in src/Service/RestrictIpService.php
*

File

src/Service/RestrictIpServiceInterface.php, line 64

Class

RestrictIpServiceInterface

Namespace

Drupal\restrict_ip\Service

Code

public function getWhitelistedIpAddresses();