You are here

function serial_content_is_empty in Serial Field 6

Implementation of hook_content_is_empty().

File

./serial.module, line 112
The Serial module main file.

Code

function serial_content_is_empty($item, $field) {
  return FALSE;

  // never should be treated as empty
}