You are here

public function FieldEncryptProcessEntitiesInterface::decryptEntity in Field Encryption 8.2

Decrypt fields for an entity.

Parameters

\Drupal\Core\Entity\ContentEntityInterface $entity: The entity to decrypt fields on.

1 method overrides FieldEncryptProcessEntitiesInterface::decryptEntity()
FieldEncryptProcessEntities::decryptEntity in src/FieldEncryptProcessEntities.php
Decrypt fields for an entity.

File

src/FieldEncryptProcessEntitiesInterface.php, line 38

Class

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

Namespace

Drupal\field_encrypt

Code

public function decryptEntity(ContentEntityInterface $entity);