public function RestrictIpService::saveWhitelistedIpAddresses in Restrict IP 8
Same name and namespace in other branches
- 8.2 src/Service/RestrictIpService.php \Drupal\restrict_ip\Service\RestrictIpService::saveWhitelistedIpAddresses()
- 3.x src/Service/RestrictIpService.php \Drupal\restrict_ip\Service\RestrictIpService::saveWhitelistedIpAddresses()
*
Overrides RestrictIpServiceInterface::saveWhitelistedIpAddresses
File
- src/
Service/ RestrictIpService.php, line 201
Class
Namespace
Drupal\restrict_ip\ServiceCode
public function saveWhitelistedIpAddresses(array $ipAddresses, $overwriteExisting = TRUE) {
$this->mapper
->saveWhitelistedIpAddresses($ipAddresses, $overwriteExisting);
}