Same name and namespace in other branches
  1. 7.x-2.x color_field.field.inc \color_field_field_is_empty()

Implements hook_field_is_empty().

File

./color_field.module, line 245

Code

function color_field_field_is_empty($item, $field) {
    return empty($item['rgb']);
}