You are here

public function FieldEncryptEntityType::getBaseFields in Field Encryption 3.0.x

Gets the base fields that are encrypted and their property settings.

Return value

string[][] An array of arrays encrypted base field properties. Keyed by base field name.

1 call to FieldEncryptEntityType::getBaseFields()
FieldEncryptEntityType::postSave in src/Entity/FieldEncryptEntityType.php
Acts on a saved entity before the insert or update hook is invoked.

File

src/Entity/FieldEncryptEntityType.php, line 82

Class

FieldEncryptEntityType
Defines the Field Encrypt entity type configuration entity.

Namespace

Drupal\field_encrypt\Entity

Code

public function getBaseFields() {
  return $this->base_fields;
}