public function RestrictIpMapperInterface::getBlacklistedPaths in Restrict IP 8
Same name and namespace in other branches
- 8.2 src/Mapper/RestrictIpMapperInterface.php \Drupal\restrict_ip\Mapper\RestrictIpMapperInterface::getBlacklistedPaths()
- 3.x src/Mapper/RestrictIpMapperInterface.php \Drupal\restrict_ip\Mapper\RestrictIpMapperInterface::getBlacklistedPaths()
* Retrieve a list of blacklisted paths from the data source * *
Return value
array * An array of blacklisted paths
1 method overrides RestrictIpMapperInterface::getBlacklistedPaths()
- RestrictIpMapper::getBlacklistedPaths in src/
Mapper/ RestrictIpMapper.php - *
File
- src/
Mapper/ RestrictIpMapperInterface.php, line 51
Class
Namespace
Drupal\restrict_ip\MapperCode
public function getBlacklistedPaths();