You are here

public function HeartbeatInterface::getName in Heartbeat 8

Gets the Heartbeat name.

Return value

string Name of the Heartbeat.

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

File

src/Entity/HeartbeatInterface.php, line 35

Class

HeartbeatInterface
Provides an interface for defining Heartbeat entities.

Namespace

Drupal\heartbeat\Entity

Code

public function getName();