public function Heartbeat::getMessage in Heartbeat 8
Gets the Heartbeat message.
Return value
string Message of the Heartbeat.
Overrides HeartbeatInterface::getMessage
File
- src/
Entity/ Heartbeat.php, line 168
Class
Namespace
Drupal\heartbeat\EntityCode
public function getMessage() {
return $this
->get('message');
}