public function HeartbeatTypeInterface::getMessage in Heartbeat 8
Gets the translatable message of the stream
Return value
string The Stream's message
1 method overrides HeartbeatTypeInterface::getMessage()
- HeartbeatType::getMessage in src/
Entity/ HeartbeatType.php - Gets the translatable message of the stream
File
- src/
Entity/ HeartbeatTypeInterface.php, line 88
Class
- HeartbeatTypeInterface
- Provides an interface for defining Heartbeat type entities.
Namespace
Drupal\heartbeat\EntityCode
public function getMessage();