You are here

public function HeartbeatTypeInterface::getArguments in Heartbeat 8

Gets the arguments for the concatenated message

Return value

string The stream's arguments for the concatenated message

1 method overrides HeartbeatTypeInterface::getArguments()
HeartbeatType::getArguments in src/Entity/HeartbeatType.php
Gets the arguments for the concatenated message

File

src/Entity/HeartbeatTypeInterface.php, line 169

Class

HeartbeatTypeInterface
Provides an interface for defining Heartbeat type entities.

Namespace

Drupal\heartbeat\Entity

Code

public function getArguments();