You are here

public function HeartbeatStreamStorageInterface::revisionIds in Heartbeat 8

Gets a list of Heartbeat stream revision IDs for a specific Heartbeat stream.

Parameters

\Drupal\heartbeat\Entity\HeartbeatStreamInterface $entity: The Heartbeat stream entity.

Return value

int[] Heartbeat stream revision IDs (in ascending order).

1 method overrides HeartbeatStreamStorageInterface::revisionIds()
HeartbeatStreamStorage::revisionIds in src/HeartbeatStreamStorage.php
Gets a list of Heartbeat stream revision IDs for a specific Heartbeat stream.

File

src/HeartbeatStreamStorageInterface.php, line 29

Class

HeartbeatStreamStorageInterface
Defines the storage handler class for Heartbeat stream entities.

Namespace

Drupal\heartbeat

Code

public function revisionIds(HeartbeatStreamInterface $entity);