public function HttpblManagerInterface::isSafe in http:BL 8
Returns if this IP address is white-listed.
Parameters
string $ip: The IP address to check.
Return value
bool TRUE if the IP address is white-listed, FALSE otherwise.
File
- src/
Future/ HttpblManagerInterface.php, line 21
Class
- HttpblManagerInterface
- Provides an interface defining the Httpbl manager.
Namespace
Drupal\httpblCode
public function isSafe($ip);