You are here

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

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

Gets a list of image revision IDs for a specific image.

Parameters

\Drupal\photos\PhotosImageInterface $image: The image entity.

Return value

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

1 method overrides PhotosImageStorageInterface::revisionIds()
PhotosImageStorage::revisionIds in src/PhotosImageStorage.php
Gets a list of image revision IDs for a specific image.

File

src/PhotosImageStorageInterface.php, line 23

Class

PhotosImageStorageInterface
Defines an interface for photos image entity storage classes.

Namespace

Drupal\photos

Code

public function revisionIds(PhotosImageInterface $image);