You are here

function commerce_file_field_update in Commerce File 7

Implements hook_field_update().

File

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

Code

function commerce_file_field_update($entity_type, $entity, $field, $instance, $langcode, &$items) {
  file_field_update($entity_type, $entity, $field, $instance, $langcode, $items);
}