function image_field_load

Implements hook_field_load().

File

modules/image/image.field.inc, line 198

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.