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