You are here

function computed_field_content_is_empty in Computed Field 5

Same name and namespace in other branches
  1. 6 computed_field.module \computed_field_content_is_empty()

Implementation of cck hook_content_is_empty().

File

./computed_field.module, line 310

Code

function computed_field_content_is_empty() {
  return FALSE;
}