You are here

public function RestrictIpMapperInterface::getWhitelistedIpAddresses in Restrict IP 8.2

Same name and namespace in other branches
  1. 8 src/Mapper/RestrictIpMapperInterface.php \Drupal\restrict_ip\Mapper\RestrictIpMapperInterface::getWhitelistedIpAddresses()
  2. 3.x src/Mapper/RestrictIpMapperInterface.php \Drupal\restrict_ip\Mapper\RestrictIpMapperInterface::getWhitelistedIpAddresses()

* Retrieve a list of whitelisted IP addresses from the data source * *

Return value

array * An array of whitelisted IP addresses

1 method overrides RestrictIpMapperInterface::getWhitelistedIpAddresses()
RestrictIpMapper::getWhitelistedIpAddresses in src/Mapper/RestrictIpMapper.php
*

File

src/Mapper/RestrictIpMapperInterface.php, line 15

Class

RestrictIpMapperInterface

Namespace

Drupal\restrict_ip\Mapper

Code

public function getWhitelistedIpAddresses();