You are here

protected property GdprFieldSettingsForm::$entityFieldManager 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::entityFieldManager
  2. 3.0.x modules/gdpr_fields/src/Form/GdprFieldSettingsForm.php \Drupal\gdpr_fields\Form\GdprFieldSettingsForm::entityFieldManager

The entity field manager used to work with fields.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

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

Class

GdprFieldSettingsForm
GDPR Field settings.

Namespace

Drupal\gdpr_fields\Form

Code

protected $entityFieldManager;