function image_field_load

Implements hook_field_load().

Archivo

drupal-7.x/modules/image/image.field.inc, line 194
Implement an image field, based on the file module's file field.

Código

function image_field_load($entity_type, $entities, $field, $instances, $langcode, &$items, $age) {
  file_field_load($entity_type, $entities, $field, $instances, $langcode, $items, $age);
}