You are here

public function RestrictIpServiceInterface::getWhitelistedPagePaths in Restrict IP 8.2

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

* Get an array of all whitelisted pages * *

Return value

array * An array of paths that have been whitelisted

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

File

src/Service/RestrictIpServiceInterface.php, line 82

Class

RestrictIpServiceInterface

Namespace

Drupal\restrict_ip\Service

Code

public function getWhitelistedPagePaths();