public function HttpblManagerInterface::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/ HttpblManagerInterface.php, line 43
Class
- HttpblManagerInterface
- Provides an interface defining the Httpbl manager.
Namespace
Drupal\httpblCode
public function isGreylisted($ip);