You are here

public function HeartbeatType::loadHeartbeatType in Heartbeat 8

File

src/Entity/HeartbeatType.php, line 267

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public function loadHeartbeatType() {
  $this->entityTypeManager
    ->getDefinitions();
}