public static function HostInterface::loadHostsByIp in http:BL 8
Returns an array of host objects.
Parameters
string $ip: An IP address.
Return value
array An array of host objects with matching host_ip field.
1 method overrides HostInterface::loadHostsByIp()
- Host::loadHostsByIp in src/
Entity/ Host.php - Implemented in HostQuery.
File
- src/
HostInterface.php, line 122
Class
- HostInterface
- Provides an interface defining an httpbl entity.
Namespace
Drupal\httpblCode
public static function loadHostsByIp($ip);