You are here

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

Heartbeat

Namespace

Drupal\heartbeat\Entity

Code

public function getMessage() {
  return $this
    ->get('message');
}