You are here

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

Implemented in HostQuery.

Overrides HostInterface::getHostsByIp

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

File

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

Class

Host
Defines the host entity class.

Namespace

Drupal\httpbl\Entity

Code

public static function getHostsByIp($ip) {
}