You are here

protected property EncryptedFieldComputedProperty::$decryptedData in Field Encryption 3.0.x

The decrypted data.

Type: array

File

src/EncryptedFieldComputedProperty.php, line 17

Class

EncryptedFieldComputedProperty
Decrypts the field on demand.

Namespace

Drupal\field_encrypt

Code

protected $decryptedData = NULL;