You are here

function backgroundfield_field_update in BackgroundField 7

Implements hook_field_update().

File

./backgroundfield.module, line 171

Code

function backgroundfield_field_update($entity_type, $entity, $field, $instance, $langcode, &$items) {
  image_field_update($entity_type, $entity, $field, $instance, $langcode, $items);
}