You are here

public function HttpblManagerInterface::whitelistIp in http:BL 8

White-lists an IP address.

Parameters

string $ip: The IP address to white-list.

File

src/Future/HttpblManagerInterface.php, line 51

Class

HttpblManagerInterface
Provides an interface defining the Httpbl manager.

Namespace

Drupal\httpbl

Code

public function whitelistIp($ip);