You are here

function backgroundfield_field_presave in BackgroundField 7

Implements hook_field_presave().

File

./backgroundfield.module, line 157

Code

function backgroundfield_field_presave($entity_type, $entity, $field, $instance, $langcode, &$items) {
  image_field_presave($entity_type, $entity, $field, $instance, $langcode, $items);
}