You are here

function supersized_field_load in Supersized 7

Same name and namespace in other branches
  1. 8 supersized.field.inc \supersized_field_load()

Implements hook_field_load().

File

./supersized.field.inc, line 400
Implement an image field, based on the file module's file field.

Code

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