function field_encrypt_field_storage_pre_insert in Field Encryption 7
Implements hook_field_storage_pre_insert().
File
- ./
field_encrypt.module, line 166 - Core functions for the Field Encryption module.
Code
function field_encrypt_field_storage_pre_insert($entity_type, $entity, &$skip_fields) {
field_encrypt_field_storage_pre_update($entity_type, $entity, $skip_fields);
}