You are here

function entityreference_field_diff_default_options in Entity reference 7

Provide default field comparison options.

File

./entityreference.diff.inc, line 73
Provide Diff module field callbacks for the Entity Reference module.

Code

function entityreference_field_diff_default_options($field_type) {
  return array(
    'show_id' => 0,
  );
}