You are here

protected function HeartbeatType::entityManager in Heartbeat 8

@inheritDoc

Overrides EntityBase::entityManager

File

src/Entity/HeartbeatType.php, line 242

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

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