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