You are here

public function RestrictIpServiceInterface::getBlacklistedPagePaths in Restrict IP 8.2

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

* Get an array of all blacklisted pages * *

Return value

array * An array of paths that have been whitelisted

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

File

src/Service/RestrictIpServiceInterface.php, line 100

Class

RestrictIpServiceInterface

Namespace

Drupal\restrict_ip\Service

Code

public function getBlacklistedPagePaths();