You are here

public function HostInterface::getSource in http:BL 8

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

Return value

string The host source field.

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

File

src/HostInterface.php, line 78

Class

HostInterface
Provides an interface defining an httpbl entity.

Namespace

Drupal\httpbl

Code

public function getSource();