You are here

public function FieldEncryptProcessEntitiesInterface::updateStoredField in Field Encryption 8.2

Update the encryption settings on a stored field.

Parameters

string $field_name: The field name to update.

string $field_entity_type: The entity type to update.

array $original_encryption_settings: Array with original encryption settings to decrypt current values.

int $entity_id: The entity (revision) ID to update.

1 method overrides FieldEncryptProcessEntitiesInterface::updateStoredField()
FieldEncryptProcessEntities::updateStoredField in src/FieldEncryptProcessEntities.php
Update the encryption settings on a stored field.

File

src/FieldEncryptProcessEntitiesInterface.php, line 52

Class

FieldEncryptProcessEntitiesInterface
Interface for service class to process entities and fields for encryption.

Namespace

Drupal\field_encrypt

Code

public function updateStoredField($field_name, $field_entity_type, $original_encryption_settings, $entity_id);