You are here

public function HeartbeatType::getArguments in Heartbeat 8

Gets the arguments for the concatenated message

Return value

string The stream's arguments for the concatenated message

Overrides HeartbeatTypeInterface::getArguments

File

src/Entity/HeartbeatType.php, line 204

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public function getArguments() {
  return $this
    ->get('arguments');

  //    return $this->arguments;
}