function imagefield_crop_field_prepare_view in Imagefield Crop 7.3
Same name and namespace in other branches
- 7.2 imagefield_crop.module \imagefield_crop_field_prepare_view()
Implements hook_field_prepare_view().
File
- ./
imagefield_crop.module, line 108
Code
function imagefield_crop_field_prepare_view($entity_type, $entities, $field, $instances, $langcode, &$items) {
image_field_prepare_view($entity_type, $entities, $field, $instances, $langcode, $items);
}