function image_field_insert
Implements hook_field_insert().
File
-
modules/
image/ image.field.inc, line 253
Code
function image_field_insert($entity_type, $entity, $field, $instance, $langcode, &$items) {
file_field_insert($entity_type, $entity, $field, $instance, $langcode, $items);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.