You are here

function imagefield_crop_field_is_empty in Imagefield Crop 7.2

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

Implements hook_field_is_empty().

File

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

Code

function imagefield_crop_field_is_empty($item, $field) {
  return file_field_is_empty($item, $field);
}