public function Heartbeat::getType in Heartbeat 8
Gets the Heartbeat type.
Return value
string The Heartbeat type.
Overrides HeartbeatInterface::getType
File
- src/
Entity/ Heartbeat.php, line 143
Class
Namespace
Drupal\heartbeat\EntityCode
public function getType() {
return $this
->bundle();
}