public function HeartbeatTypeInterface::setArguments in Heartbeat 8
Sets the arguments for the concatenated message
Parameters
string $arguments:
1 method overrides HeartbeatTypeInterface::setArguments()
- HeartbeatType::setArguments in src/
Entity/ HeartbeatType.php - Sets the arguments for the concatenated message
File
- src/
Entity/ HeartbeatTypeInterface.php, line 159
Class
- HeartbeatTypeInterface
- Provides an interface for defining Heartbeat type entities.
Namespace
Drupal\heartbeat\EntityCode
public function setArguments($arguments);