You are here

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

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/QueueWorker/UpdateEntityEncryption.php, line 35

Class

UpdateEntityEncryption
A Queue Worker that updates an entity's encryption on cron run.

Namespace

Drupal\field_encrypt\Plugin\QueueWorker

Code

protected $entityTypeManager;