function token_field_content_is_empty in Token Field 6
Implementation of hook_content_is_empty().
File
- ./
token_field.module, line 187 - Optional extension to CCK (Content Construction Kit) to provide a read-only field which allows embedding of "compound" fields using Tokens.
Code
function token_field_content_is_empty($item, $field) {
return FALSE;
}