public function AdvbanIpManagerInterface::unbanIp in Advanced ban 8
Unbans an IP address.
Parameters
string $ip: The IP address to unban.
string $ip_end: The end of the IP address to ban (optional).
1 method overrides AdvbanIpManagerInterface::unbanIp()
- AdvbanIpManager::unbanIp in src/
AdvbanIpManager.php - Unbans an IP address.
File
- src/
AdvbanIpManagerInterface.php, line 52
Class
- AdvbanIpManagerInterface
- Provides an interface defining a AdvbanIp manager.
Namespace
Drupal\advbanCode
public function unbanIp($ip, $ip_end);