You are here

function menu_reference_field_is_empty in Menu Reference 7

Implements hook_field_is_empty().

File

./menu_reference.module, line 59
Primarily Drupal hooks and global API functions for module Menu Reference.

Code

function menu_reference_field_is_empty($item, $field) {
  return empty($item['mlid']);
}