function image_field_load in Drupal 7
Implements hook_field_load().
File
- modules/
image/ image.field.inc, line 194 - Implement an image field, based on the file module's file field.
Code
function image_field_load($entity_type, $entities, $field, $instances, $langcode, &$items, $age) {
file_field_load($entity_type, $entities, $field, $instances, $langcode, $items, $age);
}