You are here

public function HttpblManagerInterface::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/HttpblManagerInterface.php, line 32

Class

HttpblManagerInterface
Provides an interface defining the Httpbl manager.

Namespace

Drupal\httpbl

Code

public function isBlacklisted($ip);