function BanIpManagerInterface::unbanIp
Same name in other branches
- 9 core/modules/ban/src/BanIpManagerInterface.php \Drupal\ban\BanIpManagerInterface::unbanIp()
- 8.9.x core/modules/ban/src/BanIpManagerInterface.php \Drupal\ban\BanIpManagerInterface::unbanIp()
- 10 core/modules/ban/src/BanIpManagerInterface.php \Drupal\ban\BanIpManagerInterface::unbanIp()
Removes the ban of 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\banCode
public function unbanIp($id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.