public function RestrictIpServiceInterface::getWhitelistedPagePaths in Restrict IP 8
Same name and namespace in other branches
- 8.2 src/Service/RestrictIpServiceInterface.php \Drupal\restrict_ip\Service\RestrictIpServiceInterface::getWhitelistedPagePaths()
- 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
Namespace
Drupal\restrict_ip\ServiceCode
public function getWhitelistedPagePaths();