public function HeartbeatTypeInterface::getVariables in Heartbeat 8
Gets the variables of this message stream
Return value
string The stream's variables
1 method overrides HeartbeatTypeInterface::getVariables()
- HeartbeatType::getVariables in src/
Entity/ HeartbeatType.php - Gets the variables of this message stream
File
- src/
Entity/ HeartbeatTypeInterface.php, line 190
Class
- HeartbeatTypeInterface
- Provides an interface for defining Heartbeat type entities.
Namespace
Drupal\heartbeat\EntityCode
public function getVariables();