You are here

function backgroundfield_field_delete_revision in BackgroundField 7

Implements hook_field_delete_revision().

File

./backgroundfield.module, line 185

Code

function backgroundfield_field_delete_revision($entity_type, $entity, $field, $instance, $langcode, &$items) {
  image_field_delete_revision($entity_type, $entity, $field, $instance, $langcode, $items);
}