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