public function HeartbeatTypeInterface::setDescription in Heartbeat 8
Sets the description of the stream
Parameters
string $description: Describing streams of this type
1 method overrides HeartbeatTypeInterface::setDescription()
- HeartbeatType::setDescription in src/
Entity/ HeartbeatType.php - Sets the description of the stream
File
- src/
Entity/ HeartbeatTypeInterface.php, line 41
Class
- HeartbeatTypeInterface
- Provides an interface for defining Heartbeat type entities.
Namespace
Drupal\heartbeat\EntityCode
public function setDescription($description);