function supersized_field_presave in Supersized 8
Same name and namespace in other branches
- 7 supersized.field.inc \supersized_field_presave()
Implements hook_field_presave().
File
- ./
supersized.field.inc, line 407 - Implement an image field, based on the file module's file field.
Code
function supersized_field_presave($entity_type, $entity, $field, $instance, $langcode, &$items) {
image_field_presave($entity_type, $entity, $field, $instance, $langcode, $items);
}