You are here

public function HeartbeatStreamInterface::getName in Heartbeat 8

Gets the Heartbeat stream name.

Return value

string Name of the Heartbeat stream.

1 method overrides HeartbeatStreamInterface::getName()
HeartbeatStream::getName in src/Entity/HeartbeatStream.php
Gets the Heartbeat stream name.

File

src/Entity/HeartbeatStreamInterface.php, line 27

Class

HeartbeatStreamInterface
Provides an interface for defining Heartbeat stream entities.

Namespace

Drupal\heartbeat\Entity

Code

public function getName();