function BanIpManagerInterface::findById
Same name in other branches
- 9 core/modules/ban/src/BanIpManagerInterface.php \Drupal\ban\BanIpManagerInterface::findById()
- 8.9.x core/modules/ban/src/BanIpManagerInterface.php \Drupal\ban\BanIpManagerInterface::findById()
- 10 core/modules/ban/src/BanIpManagerInterface.php \Drupal\ban\BanIpManagerInterface::findById()
Finds a banned IP address by its ID.
Parameters
int $ban_id: The ID for a banned IP address.
Return value
string|false Either the banned IP address or FALSE if none exist with that ID.
File
-
core/
modules/ ban/ src/ BanIpManagerInterface.php, line 54
Class
- BanIpManagerInterface
- Provides an interface defining a BanIp manager.
Namespace
Drupal\banCode
public function findById($ban_id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.