This module's hook_hook_info() has:

function field_formatter_settings_hook_info() {
  $hooks = array(
    'field_formatter_settings_form',
    'field_formatter_settings_summary_alter',
  );

However, there is no hook_field_formatter_settings_form(), only hook_field_formatter_settings_form_alter() -- AFAICT at least.

Comments

Dave Reid’s picture

Status: Active » Fixed

Correct and thanks for pointing that out. Fixed in 7.x-1.x with http://drupalcode.org/project/field_formatter_settings.git/commit/1c72f46

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.