You are here

public function GdprFieldFilterForm::__construct in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 modules/gdpr_fields/src/Form/GdprFieldFilterForm.php \Drupal\gdpr_fields\Form\GdprFieldFilterForm::__construct()
  2. 3.0.x modules/gdpr_fields/src/Form/GdprFieldFilterForm.php \Drupal\gdpr_fields\Form\GdprFieldFilterForm::__construct()

GdprFieldFilterForm constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: Entity type manager.

File

modules/gdpr_fields/src/Form/GdprFieldFilterForm.php, line 33

Class

GdprFieldFilterForm
Filter form for GDPR field list page.

Namespace

Drupal\gdpr_fields\Form

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}