Field Formatter | Drupal.org
Adds a formatter for entity reference fields to output only a specific field or field value using a specific formatter.
fields
dave_reid
drupaleasypodcast
modules
Adds a formatter for entity reference fields to output only a specific field or field value using a specific formatter.
Allow image field formatters to be used on file fields which can contain images, as well as file field formatters to be used with image fields.
Provides a field formatter that can attempt multiple formatters and the first one that returns output wins.
run down all the features that have been backported from Drupal 8 to D7.
The Field API in Drupal core lacks the ability for other modules to easily alter field formatter settings forms and the formatter summaries. This module is a small API provider for other modules since it's too late to get the hooks into core