You are here

function panopoly_widgets_field_delete in Panopoly Widgets 7

Implements hook_field_delete().

File

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

Code

function panopoly_widgets_field_delete($entity_type, $entity, $field, $instance, $langcode, &$items) {
  image_field_delete($entity_type, $entity, $field, $instance, $langcode, $items);
}