You are here

protected property ConsentAgreementRevisionRevertForm::$consentAgreementStorage in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 modules/gdpr_consent/src/Form/ConsentAgreementRevisionRevertForm.php \Drupal\gdpr_consent\Form\ConsentAgreementRevisionRevertForm::consentAgreementStorage
  2. 3.0.x modules/gdpr_consent/src/Form/ConsentAgreementRevisionRevertForm.php \Drupal\gdpr_consent\Form\ConsentAgreementRevisionRevertForm::consentAgreementStorage

The Consent Agreement storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

modules/gdpr_consent/src/Form/ConsentAgreementRevisionRevertForm.php, line 34

Class

ConsentAgreementRevisionRevertForm
Provides a form for reverting a Consent Agreement revision.

Namespace

Drupal\gdpr_consent\Form

Code

protected $consentAgreementStorage;