You are here

service gdpr_tasks.manager in General Data Protection Regulation 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/gdpr_tasks/gdpr_tasks.services.yml \gdpr_tasks.manager
  2. 8 modules/gdpr_tasks/gdpr_tasks.services.yml \gdpr_tasks.manager

Class

Drupal\gdpr_tasks\TaskManager
2 string references to gdpr_tasks.manager
GDPRController::create in modules/gdpr_tasks/src/Controller/GDPRController.php
Instantiates a new instance of this class.
TaskActionsForm::create in modules/gdpr_tasks/src/Form/TaskActionsForm.php
Instantiates a new instance of this class.

File

modules/gdpr_tasks/gdpr_tasks.services.yml
modules/gdpr_tasks/gdpr_tasks.services.yml

View source
  1. class: Drupal\gdpr_tasks\TaskManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@current_user'
  5. - '@file_system'