You are here

function supersized_field_is_empty in Supersized 7

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

Implements hook_field_is_empty().

File

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

Code

function supersized_field_is_empty($item, $field) {
  return image_field_is_empty($item, $field);
}