public function HeartbeatStorageInterface::userRevisionIds in Heartbeat 8
Gets a list of revision IDs having a given user as Heartbeat author.
Parameters
\Drupal\Core\Session\AccountInterface $account: The user entity.
Return value
int[] Heartbeat revision IDs (in ascending order).
1 method overrides HeartbeatStorageInterface::userRevisionIds()
- HeartbeatStorage::userRevisionIds in src/
HeartbeatStorage.php - Gets a list of revision IDs having a given user as Heartbeat author.
File
- src/
HeartbeatStorageInterface.php, line 40
Class
- HeartbeatStorageInterface
- Defines the storage handler class for Heartbeat entities.
Namespace
Drupal\heartbeatCode
public function userRevisionIds(AccountInterface $account);