You are here

function commerce_file_field_storage_pre_update in Commerce File 7

Implements hook_field_storage_pre_update().

File

includes/commerce_file.field.inc, line 168
Implement an commerce_file field, based on the file module's file field.

Code

function commerce_file_field_storage_pre_update($entity_type, $entity) {
  _commerce_file_field_serialize_data($entity_type, $entity);
}