You are here

public function HttpblManager::isGreylisted in http:BL 8

Returns if this IP address is greylisted.

Parameters

string $ip: The IP address to check.

Return value

bool TRUE if the IP address is greylisted, FALSE otherwise.

File

src/Future/HttpblManager.php, line 39

Class

HttpblManager
Httpbl Manager.

Namespace

Drupal\httpbl\Future

Code

public function isGreylisted($ip) {
}