public BanIpManagerInterface::unbanIp($id)
Unbans an IP address.
Parameters
string $id: The IP address to unban.
File
- core/modules/ban/src/BanIpManagerInterface.php, line 43
Class
- BanIpManagerInterface
- Provides an interface defining a BanIp manager.
Namespace
Drupal\ban
Code
public function unbanIp($id);
Please login to continue.