public function HostInterface::projectLink in http:BL 8
Creates a link to Project Honey Pot IP Address Inspector for a host entity.
Parameters
string $text: The link text.
Return value
string The formatted link.
1 method overrides HostInterface::projectLink()
- Host::projectLink in src/
Entity/ Host.php - Creates a link to Project Honey Pot IP Address Inspector for a host entity.
File
- src/
HostInterface.php, line 100
Class
- HostInterface
- Provides an interface defining an httpbl entity.
Namespace
Drupal\httpblCode
public function projectLink($text = 'Project Honeypot');