You are here

function inline_conditions_field_is_empty in Inline Conditions 7

Implements hook_field_is_empty().

File

./inline_conditions.field.inc, line 110
Field module functionality for the Inline Conditions module.

Code

function inline_conditions_field_is_empty($item, $field) {
  return empty($item['condition_name']);
}