You are here

function field_encrypt_field_storage_pre_update in Field Encryption 7

Implements hook_field_storage_pre_update().

1 call to field_encrypt_field_storage_pre_update()
field_encrypt_field_storage_pre_insert in ./field_encrypt.module
Implements hook_field_storage_pre_insert().

File

./field_encrypt.module, line 173
Core functions for the Field Encryption module.

Code

function field_encrypt_field_storage_pre_update($entity_type, $entity, &$skip_fields) {
  module_load_include('inc', 'field_encrypt');
  _field_encrypt_field_storage_pre_update($entity_type, $entity, $skip_fields);
}