You are here

function supersized_field_insert in Supersized 7

Same name and namespace in other branches
  1. 8 supersized.field.inc \supersized_field_insert()

Implements hook_field_insert().

File

./supersized.field.inc, line 414
Implement an image field, based on the file module's file field.

Code

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