You are here

function panopoly_widgets_field_insert in Panopoly Widgets 7

Implements hook_field_insert().

File

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

Code

function panopoly_widgets_field_insert($entity_type, $entity, $field, $instance, $langcode, &$items) {
  image_field_insert($entity_type, $entity, $field, $instance, $langcode, $items);
}