You are here

protected property GdprFieldSettingsForm::$entityTypeManager in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 modules/gdpr_fields/src/Form/GdprFieldSettingsForm.php \Drupal\gdpr_fields\Form\GdprFieldSettingsForm::entityTypeManager
  2. 3.0.x modules/gdpr_fields/src/Form/GdprFieldSettingsForm.php \Drupal\gdpr_fields\Form\GdprFieldSettingsForm::entityTypeManager

Entity type manager used to work with types.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/gdpr_fields/src/Form/GdprFieldSettingsForm.php, line 34

Class

GdprFieldSettingsForm
GDPR Field settings.

Namespace

Drupal\gdpr_fields\Form

Code

protected $entityTypeManager;