You are here

public function HeartbeatType::getMessageId in Heartbeat 8

Overrides HeartbeatTypeInterface::getMessageId

File

src/Entity/HeartbeatType.php, line 82

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public function getMessageId() {
  return $this->messageId;
}