function image_field_is_empty

image_field_is_empty($item, $field)

Implements hook_field_is_empty().

File

modules/image/image.field.inc, line 277
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);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!image!image.field.inc/function/image_field_is_empty/7.x