You are here

service field_encrypt.process_entities in Field Encryption 8.2

Same name and namespace in other branches
  1. 3.0.x field_encrypt.services.yml \field_encrypt.process_entities

Class

Drupal\field_encrypt\FieldEncryptProcessEntities
2 string references to field_encrypt.process_entities
EncryptedFieldUpdateBase::create in src/Plugin/QueueWorker/EncryptedFieldUpdateBase.php
Creates an instance of the plugin.
field_encrypt_entity_storage_load in ./field_encrypt.module
Implements hook_entity_storage_load().

File

./field_encrypt.services.yml
field_encrypt.services.yml

View source
  1. class: Drupal\field_encrypt\FieldEncryptProcessEntities
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@encryption'
  5. - '@encrypt.encryption_profile.manager'
  6. - '@field_encrypt.encrypted_field_value_manager'