public function HostInterface::setHostStatus in http:BL 8
Sets the value for the host_ip field of a host entity.
Parameters
integer $status: The new Host status.
Return value
\Drupal\httpbl\HostInterface The called host entity.
1 method overrides HostInterface::setHostStatus()
- Host::setHostStatus in src/
Entity/ Host.php - Sets the value for the host_ip field of a host entity.
File
- src/
HostInterface.php, line 51
Class
- HostInterface
- Provides an interface defining an httpbl entity.
Namespace
Drupal\httpblCode
public function setHostStatus($status);