You are here

function viewfield_content_is_empty in Viewfield 6.2

Same name and namespace in other branches
  1. 6 viewfield.module \viewfield_content_is_empty()

Implementation of hook_content_is_empty().

File

./viewfield.module, line 89
Core functions.

Code

function viewfield_content_is_empty($item, $field) {
  return empty($item['vname']);
}