You are here

protected property ConsentAgreementForm::$currentUser in General Data Protection Regulation 8.2

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

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

modules/gdpr_consent/src/Form/ConsentAgreementForm.php, line 25

Class

ConsentAgreementForm
Form controller for Consent Agreement edit forms.

Namespace

Drupal\gdpr_consent\Form

Code

protected $currentUser;