You are here

public function HeartbeatStorageInterface::revisionIds in Heartbeat 8

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

Parameters

\Drupal\heartbeat\Entity\HeartbeatInterface $entity: The Heartbeat entity.

Return value

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

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

File

src/HeartbeatStorageInterface.php, line 29

Class

HeartbeatStorageInterface
Defines the storage handler class for Heartbeat entities.

Namespace

Drupal\heartbeat

Code

public function revisionIds(HeartbeatInterface $entity);