You are here

public property RightToAccessCompleteEvent::$user in General Data Protection Regulation 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/gdpr_tasks/src/Event/RightToAccessCompleteEvent.php \Drupal\gdpr_tasks\Event\RightToAccessCompleteEvent::user
  2. 8 modules/gdpr_tasks/src/Event/RightToAccessCompleteEvent.php \Drupal\gdpr_tasks\Event\RightToAccessCompleteEvent::user

The user who for whom the request was made.

Type: \Drupal\Core\Session\AccountInterface

File

modules/gdpr_tasks/src/Event/RightToAccessCompleteEvent.php, line 22

Class

RightToAccessCompleteEvent
Event fired when a right to access request is completed.

Namespace

Drupal\gdpr_tasks\Event

Code

public $user;