You are here

public function HeartbeatTypeInterface::getDescription in Heartbeat 8

Gets the description of the HeartbeatType

Return value

string The Stream's description

1 method overrides HeartbeatTypeInterface::getDescription()
HeartbeatType::getDescription in src/Entity/HeartbeatType.php
Gets the description of the stream

File

src/Entity/HeartbeatTypeInterface.php, line 50

Class

HeartbeatTypeInterface
Provides an interface for defining Heartbeat type entities.

Namespace

Drupal\heartbeat\Entity

Code

public function getDescription();