function image_field_is_empty
Implements hook_field_is_empty().
File
-
modules/
image/ image.field.inc, line 281
Code
function image_field_is_empty($item, $field) {
return file_field_is_empty($item, $field);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.