You are here

private property Anonymizer::$entityTypeManager in General Data Protection Regulation 3.0.x

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

Entity Type manager used to retrieve field storage info.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/gdpr_tasks/src/Anonymizer.php, line 39

Class

Anonymizer
Anonymizes or removes field values for GDPR.

Namespace

Drupal\gdpr_tasks

Code

private $entityTypeManager;