You are here

function imagefield_crop_field_load in Imagefield Crop 7.2

Same name and namespace in other branches
  1. 7.3 imagefield_crop.module \imagefield_crop_field_load()

Implements hook_field_load().

File

./imagefield_crop.module, line 190
Functionality and Drupal hook implementations for the Imagefield Crop module.

Code

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