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