You are here

public function HeartbeatType::getMainEntity in Heartbeat 8

Return value

mixed|null

Overrides HeartbeatTypeInterface::getMainEntity

File

src/Entity/HeartbeatType.php, line 320

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public function getMainEntity() {
  return $this
    ->get('mainentity');
}