You are here

public function ConsentAgreementStorageInterface::userRevisionIds in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 modules/gdpr_consent/src/ConsentAgreementStorageInterface.php \Drupal\gdpr_consent\ConsentAgreementStorageInterface::userRevisionIds()
  2. 3.0.x modules/gdpr_consent/src/ConsentAgreementStorageInterface.php \Drupal\gdpr_consent\ConsentAgreementStorageInterface::userRevisionIds()

Gets a list of revision IDs for a given user as Consent Agreement author.

Parameters

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

Return value

int[] Consent Agreement revision IDs (in ascending order).

1 method overrides ConsentAgreementStorageInterface::userRevisionIds()
ConsentAgreementStorage::userRevisionIds in modules/gdpr_consent/src/ConsentAgreementStorage.php
Gets a list of revision IDs for a given user as Consent Agreement author.

File

modules/gdpr_consent/src/ConsentAgreementStorageInterface.php, line 40

Class

ConsentAgreementStorageInterface
Defines the storage handler class for Consent Agreement entities.

Namespace

Drupal\gdpr_consent

Code

public function userRevisionIds(AccountInterface $account);