You are here

public function ScheduleStorageInterface::userRevisionIds in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/ScheduleStorageInterface.php \Drupal\business_rules\ScheduleStorageInterface::userRevisionIds()

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

Parameters

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

Return value

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

1 method overrides ScheduleStorageInterface::userRevisionIds()
ScheduleStorage::userRevisionIds in src/ScheduleStorage.php
Gets a list of revision IDs having a given user as Schedule author.

File

src/ScheduleStorageInterface.php, line 40

Class

ScheduleStorageInterface
Defines the storage handler class for Schedule entities.

Namespace

Drupal\business_rules

Code

public function userRevisionIds(AccountInterface $account);