1.20.x image.field.inc | image_field_is_empty($item, $field) |
Implements hook_field_is_empty().
File
- modules/
image/ image.field.inc, line 360 - Implement an image field, based on the file module's file field.
Code
function image_field_is_empty($item, $field) {
return file_field_is_empty($item, $field);
}