You are here

public function EventStorageInterface::userRevisionIds in Event 8

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

Parameters

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

Return value

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

1 method overrides EventStorageInterface::userRevisionIds()
EventStorage::userRevisionIds in src/EventStorage.php
Gets a list of revision IDs having a given user as Event author.

File

src/EventStorageInterface.php, line 40

Class

EventStorageInterface
Defines the storage handler class for Event entities.

Namespace

Drupal\event

Code

public function userRevisionIds(AccountInterface $account);