You are here

protected function HeartbeatType::entityTypeManager in Heartbeat 8

@inheritDoc

Overrides EntityBase::entityTypeManager

File

src/Entity/HeartbeatType.php, line 249

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

protected function entityTypeManager() {
  return parent::entityTypeManager();
}