public function RestrictIpMapperInterface::saveWhitelistedIpAddresses in Restrict IP 8
Same name and namespace in other branches
- 8.2 src/Mapper/RestrictIpMapperInterface.php \Drupal\restrict_ip\Mapper\RestrictIpMapperInterface::saveWhitelistedIpAddresses()
- 3.x src/Mapper/RestrictIpMapperInterface.php \Drupal\restrict_ip\Mapper\RestrictIpMapperInterface::saveWhitelistedIpAddresses()
* Save whitelisted IP addresses to the database * *
Parameters
array $ip_addresses: * An array of IP addresses to be saved * @param bool $overwriteExisting * A boolean indicating whether existing IP addresses should be deleted before saving
1 method overrides RestrictIpMapperInterface::saveWhitelistedIpAddresses()
- RestrictIpMapper::saveWhitelistedIpAddresses in src/
Mapper/ RestrictIpMapper.php - *
File
- src/
Mapper/ RestrictIpMapperInterface.php, line 25
Class
Namespace
Drupal\restrict_ip\MapperCode
public function saveWhitelistedIpAddresses(array $ip_addresses, $overwriteExisting = TRUE);