Search for banIp
- Search 7.x for banIp
- Search 9.5.x for banIp
- Search 10.3.x for banIp
- Search 11.x for banIp
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BanDelete::$banIp | property | core/ |
The banned IP address. |
BanIpManager | class | core/ |
Ban IP manager. |
BanIpManager.php | file | core/ |
|
BanIpManager::$connection | property | core/ |
The database connection used to check the IP against. |
BanIpManager::banIp | function | core/ |
Bans an IP address. |
BanIpManager::findAll | function | core/ |
Finds all banned IP addresses. |
BanIpManager::findById | function | core/ |
Finds a banned IP address by its ID. |
BanIpManager::isBanned | function | core/ |
Returns if this IP address is banned. |
BanIpManager::unbanIp | function | core/ |
Unbans an IP address. |
BanIpManager::__construct | function | core/ |
Constructs a BanIpManager object. |
BanIpManagerInterface | interface | core/ |
Provides an interface defining a BanIp manager. |
BanIpManagerInterface.php | file | core/ |
|
BanIpManagerInterface::banIp | function | core/ |
Bans an IP address. |
BanIpManagerInterface::findAll | function | core/ |
Finds all banned IP addresses. |
BanIpManagerInterface::findById | function | core/ |
Finds a banned IP address by its ID. |
BanIpManagerInterface::isBanned | function | core/ |
Returns if this IP address is banned. |
BanIpManagerInterface::unbanIp | function | core/ |
Unbans an IP address. |
BanMiddleware::$banIpManager | property | core/ |
The ban IP manager. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.