You are here

public function HostInterface::getHostStatus in http:BL 8

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

Return value

integer The host status (whether safe, grey or blacklisted).

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

File

src/HostInterface.php, line 40

Class

HostInterface
Provides an interface defining an httpbl entity.

Namespace

Drupal\httpbl

Code

public function getHostStatus();