You are here

public static function Host::loadHostsByIp in http:BL 8

Implemented in HostQuery.

Overrides HostInterface::loadHostsByIp

1 method overrides Host::loadHostsByIp()
HostQuery::loadHostsByIp in src/HostQuery.php
Implemented in HostQuery.

File

src/Entity/Host.php, line 154
Contains \Drupal\httpbl\Entity\Host.

Class

Host
Defines the host entity class.

Namespace

Drupal\httpbl\Entity

Code

public static function loadHostsByIp($ip) {
}