You are here

public function HeartbeatStream::getVariables in Heartbeat 8

Return value

mixed

Overrides HeartbeatStreamInterface::getVariables

File

src/Entity/HeartbeatStream.php, line 184

Class

HeartbeatStream
Defines the Heartbeat stream entity.

Namespace

Drupal\heartbeat\Entity

Code

public function getVariables() {
  return $this
    ->get('variables');
}