You are here

public function LogStorageInterface::userRevisionIds in Log entity 8

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

Parameters

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

Return value

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

1 method overrides LogStorageInterface::userRevisionIds()
LogStorage::userRevisionIds in src/LogStorage.php
Gets a list of revision IDs having a given user as log author.

File

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

Class

LogStorageInterface
Defines an interface for log entity storage classes.

Namespace

Drupal\log

Code

public function userRevisionIds(AccountInterface $account);