public function CreateGdprRequestOnBehalfOfUserForm::__construct in General Data Protection Regulation 8.2
Same name and namespace in other branches
- 8 modules/gdpr_tasks/src/Form/CreateGdprRequestOnBehalfOfUserForm.php \Drupal\gdpr_tasks\Form\CreateGdprRequestOnBehalfOfUserForm::__construct()
- 3.0.x modules/gdpr_tasks/src/Form/CreateGdprRequestOnBehalfOfUserForm.php \Drupal\gdpr_tasks\Form\CreateGdprRequestOnBehalfOfUserForm::__construct()
Constructs a new CreateGdprRequestOnBehalfOfUserForm.
Parameters
\Drupal\Core\Queue\QueueFactory $queue: Queue factory.
File
- modules/
gdpr_tasks/ src/ Form/ CreateGdprRequestOnBehalfOfUserForm.php, line 37
Class
- CreateGdprRequestOnBehalfOfUserForm
- Form for user task requests.
Namespace
Drupal\gdpr_tasks\FormCode
public function __construct(QueueFactory $queue) {
$this->queue = $queue
->get('gdpr_tasks_process_gdpr_sar');
}