public function HeartbeatTypeInterface::setGroupType in Heartbeat 8
Sets the Group Type for this message stream
Parameters
string $groupType:
1 method overrides HeartbeatTypeInterface::setGroupType()
- HeartbeatType::setGroupType in src/
Entity/ HeartbeatType.php - Sets the Group Type for this message stream
File
- src/
Entity/ HeartbeatTypeInterface.php, line 138
Class
- HeartbeatTypeInterface
- Provides an interface for defining Heartbeat type entities.
Namespace
Drupal\heartbeat\EntityCode
public function setGroupType($groupType);