You are here

function backgroundfield_content_is_empty in BackgroundField 6

File

./backgroundfield.module, line 69

Code

function backgroundfield_content_is_empty($item, $field) {
  return filefield_content_is_empty($item, $field);
}