function opigno_field_is_empty in Opigno 7
Implements hook_field_is_empty().
File
- ./
opigno.module, line 268 - Contains all hook_implementations and module specific API.
Code
function opigno_field_is_empty($item, $field) {
return empty($item['tool']);
}