public function FlaggingCollectionStorageInterface::userRevisionIds in Flag Lists 8
Same name and namespace in other branches
- 4.0.x 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_listsCode
public function userRevisionIds(AccountInterface $account);