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\EntityCode
public function getMessageId() {
return $this->messageId;
}