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