public function HttpblManagerInterface::greylistIp in http:BL 8
Grey-lists an IP address.
Parameters
string $ip: The IP address to grey-list.
File
- src/
Future/ HttpblManagerInterface.php, line 67
Class
- HttpblManagerInterface
- Provides an interface defining the Httpbl manager.
Namespace
Drupal\httpblCode
public function greylistIp($ip);