You are here

protected property FieldOverviewController::$entityTypeManager in Field Encryption 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Controller/FieldOverviewController.php \Drupal\field_encrypt\Controller\FieldOverviewController::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides ControllerBase::$entityTypeManager

File

src/Controller/FieldOverviewController.php, line 22

Class

FieldOverviewController
Renders encrypted fields overview.

Namespace

Drupal\field_encrypt\Controller

Code

protected $entityTypeManager;