public function HttpblManager::isBlacklisted in http:BL 8
Returns if this IP address is blacklisted.
Parameters
string $ip: The IP address to check.
Return value
bool TRUE if the IP address is blacklisted, FALSE otherwise.
File
- src/
Future/ HttpblManager.php, line 28
Class
- HttpblManager
- Httpbl Manager.
Namespace
Drupal\httpbl\FutureCode
public function isBlacklisted($ip) {
}