public property RightToBeForgottenCompleteEvent::$email in General Data Protection Regulation 8
Same name and namespace in other branches
- 8.2 modules/gdpr_tasks/src/Event/RightToBeForgottenCompleteEvent.php \Drupal\gdpr_tasks\Event\RightToBeForgottenCompleteEvent::email
- 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\EventCode
public $email;