hook_field_formatter_settings_summary_alter() is now in core.

The signature hasn't changed since the D7 field_formatter_settings API module, but it's easier to get the formatter settings now.

Use:
$context['formatter']->getSetting('field_formatter_class')

Comments

andrewmacpherson’s picture

Status: Active » Needs review
StatusFileSize
new995 bytes

patch...

andrewmacpherson’s picture

Status: Needs review » Fixed
andrewmacpherson’s picture

Issue tags: +SprintWeekend2013

D8 module port started as part of the Drupal Sprint Weekend March 9, 2013 and March 10, 2013.
http://groups.drupal.org/node/277768

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

Anonymous’s picture

Issue summary: View changes

minor typo