function image_field_insert
Implements hook_field_insert().
Archivo
- drupal-7.x/
modules/ image/ image.field.inc, line 249 - Implement an image field, based on the file module's file field.
Código
function image_field_insert($entity_type, $entity, $field, $instance, $langcode, &$items) {
file_field_insert($entity_type, $entity, $field, $instance, $langcode, $items);
}