public function HeartbeatType::setArguments in Heartbeat 8
Sets the arguments for the concatenated message
Parameters
string $arguments:
Overrides HeartbeatTypeInterface::setArguments
File
- src/
Entity/ HeartbeatType.php, line 193
Class
- HeartbeatType
- Defines the Heartbeat type entity.
Namespace
Drupal\heartbeat\EntityCode
public function setArguments($arguments) {
$this
->set('arguments', $arguments);
// $this->arguments = $arguments;
}