public function HeartbeatType::getGroupType in Heartbeat 8
Gets the Group Type of this message stream
Return value
string The stream's Group Type
Overrides HeartbeatTypeInterface::getGroupType
File
- src/
Entity/ HeartbeatType.php, line 183
Class
- HeartbeatType
- Defines the Heartbeat type entity.
Namespace
Drupal\heartbeat\EntityCode
public function getGroupType() {
return $this->groupType;
}