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\EntityCode
public function getArguments() {
return $this
->get('arguments');
// return $this->arguments;
}