public function HeartbeatType::loadHeartbeatType in Heartbeat 8
File
- src/
Entity/ HeartbeatType.php, line 267
Class
- HeartbeatType
- Defines the Heartbeat type entity.
Namespace
Drupal\heartbeat\EntityCode
public function loadHeartbeatType() {
$this->entityTypeManager
->getDefinitions();
}