You are here

function nodereference_count_content_is_empty in Nodereference Count 6

Implementation of hook_content_is_empty().

File

./nodereference_count.module, line 289
Defines a field type for counting the references to a node.

Code

function nodereference_count_content_is_empty($item, $field) {
  return empty($item['value']);
}