public function HeartbeatTypeInterface::getMainEntity in Heartbeat 8
Gets the main Entity Type of the Heartbeat Type
Return value
string The Heartbeat Type's main Entity Type
1 method overrides HeartbeatTypeInterface::getMainEntity()
- HeartbeatType::getMainEntity in src/
Entity/ HeartbeatType.php
File
- src/
Entity/ HeartbeatTypeInterface.php, line 68
Class
- HeartbeatTypeInterface
- Provides an interface for defining Heartbeat type entities.
Namespace
Drupal\heartbeat\EntityCode
public function getMainEntity();