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