You are here

public property RightToBeForgottenCompleteEvent::$email in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 modules/gdpr_tasks/src/Event/RightToBeForgottenCompleteEvent.php \Drupal\gdpr_tasks\Event\RightToBeForgottenCompleteEvent::email
  2. 3.0.x modules/gdpr_tasks/src/Event/RightToBeForgottenCompleteEvent.php \Drupal\gdpr_tasks\Event\RightToBeForgottenCompleteEvent::email

The recipient's email address.

This is not a full reference to the user as all data has been anonymized.

Type: string

File

modules/gdpr_tasks/src/Event/RightToBeForgottenCompleteEvent.php, line 23

Class

RightToBeForgottenCompleteEvent
Event fired once a Right to be Forgotten event is complete.

Namespace

Drupal\gdpr_tasks\Event

Code

public $email;