You are here

function panopoly_widgets_field_delete_revision in Panopoly Widgets 7

Implements hook_field_delete_revision().

File

./panopoly_widgets.spotlight.inc, line 434
A specification for the custom spotlight entity that is part of Panopoly Widgets

Code

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