You are here

public static function HeartbeatType::getHeartbeatTypeEntity in Heartbeat 8

File

src/Entity/HeartbeatType.php, line 74

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public static function getHeartbeatTypeEntity($messageId) {
  $entity_manager = \Drupal::entityTypeManager();
}