Provides an interface defining a BanIp manager.
Hierarchy
- interface \Drupal\ban\BanIpManagerInterface
File
- core/modules/ban/src/BanIpManagerInterface.php, line 8
Namespace
Drupal\ban
Members
Name | Modifiers | Type | Description |
---|---|---|---|
BanIpManagerInterface::banIp | public | function | Bans an IP address. |
BanIpManagerInterface::findAll | public | function | Finds all banned IP addresses. |
BanIpManagerInterface::findById | public | function | Finds a banned IP address by its ID. |
BanIpManagerInterface::isBanned | public | function | Returns if this IP address is banned. |
BanIpManagerInterface::unbanIp | public | function | Unbans an IP address. |
Please login to continue.