You are here

public function FlaggingCollectionStorageInterface::userRevisionIds in Flag Lists 4.0.x

Same name and namespace in other branches
  1. 8 src/FlaggingCollectionStorageInterface.php \Drupal\flag_lists\FlaggingCollectionStorageInterface::userRevisionIds()

Gets a list of revision IDs owned by a given user.

Parameters

\Drupal\Core\Session\AccountInterface $account: The user entity.

Return value

int[] Flagging collection revision IDs (in ascending order).

1 method overrides FlaggingCollectionStorageInterface::userRevisionIds()
FlaggingCollectionStorage::userRevisionIds in src/FlaggingCollectionStorage.php
Gets a list of revision IDs owned by a given user.

File

src/FlaggingCollectionStorageInterface.php, line 40

Class

FlaggingCollectionStorageInterface
Defines the storage handler class for Flagging collection entities.

Namespace

Drupal\flag_lists

Code

public function userRevisionIds(AccountInterface $account);