function image_field_load

Implements hook_field_load().

File

drupal/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);
}