function image_field_update

Implements hook_field_update().

File

modules/image/image.field.inc, line 260

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.