You are here

public function ConsentAgreementStorageInterface::revisionIds in General Data Protection Regulation 8

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

Gets a list of Consent Agreement revision IDs for a specific Agreement.

Parameters

\Drupal\gdpr_consent\Entity\ConsentAgreementInterface $entity: The Consent Agreement entity.

Return value

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

1 method overrides ConsentAgreementStorageInterface::revisionIds()
ConsentAgreementStorage::revisionIds in modules/gdpr_consent/src/ConsentAgreementStorage.php
Gets a list of Consent Agreement revision IDs for a specific Agreement.

File

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

Class

ConsentAgreementStorageInterface
Defines the storage handler class for Consent Agreement entities.

Namespace

Drupal\gdpr_consent

Code

public function revisionIds(ConsentAgreementInterface $entity);