You are here

public function PhotosImageStorageInterface::userRevisionIds in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 src/PhotosImageStorageInterface.php \Drupal\photos\PhotosImageStorageInterface::userRevisionIds()

Gets a list of revision IDs having a given user as image author.

Parameters

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

Return value

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

1 method overrides PhotosImageStorageInterface::userRevisionIds()
PhotosImageStorage::userRevisionIds in src/PhotosImageStorage.php
Gets a list of revision IDs having a given user as image author.

File

src/PhotosImageStorageInterface.php, line 34

Class

PhotosImageStorageInterface
Defines an interface for photos image entity storage classes.

Namespace

Drupal\photos

Code

public function userRevisionIds(AccountInterface $account);