You are here

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\Future

Code

public function isBlacklisted($ip) {
}