public function HeartbeatInterface::getType in Heartbeat 8
Gets the Heartbeat type.
Return value
string The Heartbeat type.
1 method overrides HeartbeatInterface::getType()
- Heartbeat::getType in src/
Entity/ Heartbeat.php - Gets the Heartbeat type.
File
- src/
Entity/ HeartbeatInterface.php, line 27
Class
- HeartbeatInterface
- Provides an interface for defining Heartbeat entities.
Namespace
Drupal\heartbeat\EntityCode
public function getType();