You are here

public function HeartbeatTypeInterface::setMessage in Heartbeat 8

Sets the translatable message This message creates the structure of each message

Parameters

string $message: The template message serving as the foundation of each message structure of this stream type

1 method overrides HeartbeatTypeInterface::setMessage()
HeartbeatType::setMessage in src/Entity/HeartbeatType.php
Sets the translatable message This message creates the structure of each message

File

src/Entity/HeartbeatTypeInterface.php, line 79

Class

HeartbeatTypeInterface
Provides an interface for defining Heartbeat type entities.

Namespace

Drupal\heartbeat\Entity

Code

public function setMessage($message);