You are here

public function HeartbeatType::setDescription in Heartbeat 8

Sets the description of the stream

Parameters

string $description: Describing streams of this type

Overrides HeartbeatTypeInterface::setDescription

File

src/Entity/HeartbeatType.php, line 92

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public function setDescription($description) {
  $this->description = $description;
}