You are here

public function LogStorageInterface::revisionIds in Log entity 8

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

Parameters

\Drupal\log\LogInterface: The log entity.

Return value

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

1 method overrides LogStorageInterface::revisionIds()
LogStorage::revisionIds in src/LogStorage.php
Gets a list of log revision IDs for a specific log.

File

src/LogStorageInterface.php, line 28
Contains \Drupal\log\LogStorageInterface.

Class

LogStorageInterface
Defines an interface for log entity storage classes.

Namespace

Drupal\log

Code

public function revisionIds(LogInterface $log);