You are here

function wshybridfield_field_is_empty in Web Service Data 7

Implements hook_field_is_empty().

File

modules/wshybridfield/wshybridfield.module, line 224

Code

function wshybridfield_field_is_empty($item, $field) {
  return empty($item['name']);
}