You are here

public function EncryptedFieldValueManagerInterface::getEncryptedFieldValue in Field Encryption 8.2

Get an encrypted field value.

Parameters

\Drupal\Core\Entity\ContentEntityInterface $entity: The entity to process.

string $field_name: The field name to retrieve.

int $delta: The field delta to retrieve.

string $property: The field property to retrieve.

Return value

string The encrypted field value.

1 method overrides EncryptedFieldValueManagerInterface::getEncryptedFieldValue()
EncryptedFieldValueManager::getEncryptedFieldValue in src/EncryptedFieldValueManager.php
Get an encrypted field value.

File

src/EncryptedFieldValueManagerInterface.php, line 56

Class

EncryptedFieldValueManagerInterface
Interface EncryptedFieldValueManagerInterface.

Namespace

Drupal\field_encrypt

Code

public function getEncryptedFieldValue(ContentEntityInterface $entity, $field_name, $delta, $property);