You are here

public function HeartbeatType::setGroupType in Heartbeat 8

Sets the Group Type for this message stream

Parameters

string $groupType:

Overrides HeartbeatTypeInterface::setGroupType

File

src/Entity/HeartbeatType.php, line 173

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public function setGroupType($groupType) {
  $this->groupType = $groupType;
}