You are here

public function HeartbeatType::setVariables in Heartbeat 8

Sets the variables for this message stream

Parameters

string $variables:

Overrides HeartbeatTypeInterface::setVariables

File

src/Entity/HeartbeatType.php, line 215

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public function setVariables($variables) {
  $this->variables = $variables;
}