You are here

public function HostInterface::getHostIp in http:BL 8

Returns the value for the host_ip field of a host entity.

Return value

string The host IP address.

1 method overrides HostInterface::getHostIp()
Host::getHostIp in src/Entity/Host.php
Returns the value for the host_ip field of a host entity.

File

src/HostInterface.php, line 21

Class

HostInterface
Provides an interface defining an httpbl entity.

Namespace

Drupal\httpbl

Code

public function getHostIp();