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