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