You are here

public function FieldOverviewController::__construct in Field Encryption 8.2

Same name and namespace in other branches
  1. 3.0.x src/Controller/FieldOverviewController.php \Drupal\field_encrypt\Controller\FieldOverviewController::__construct()

Creates a new FieldOverviewController object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager service.

File

src/Controller/FieldOverviewController.php, line 28

Class

FieldOverviewController
Renders encrypted fields overview.

Namespace

Drupal\field_encrypt\Controller

Code

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