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\EntityCode
public static function getHeartbeatTypeEntity($messageId) {
$entity_manager = \Drupal::entityTypeManager();
}