This project is not covered by Drupal’s security advisory policy.

When referencing entities which may not have view-modes of their own, we need to write custom formatters which in turn actually makes use of the existing formatters and uses them on the loaded entities. For Eg : File Entity Reference Image Formatter creates a new formatter which loads the referenced file entity and then uses the existing Image Formatters(or similar logic) on it.

This module tries to avoid such scenarios by creating one generic formatter for Entities which will have a setting to select the formatter based on the referenced entity in the display settings form. Thus all this module will be doing is load the entity and then apply the selected field formatter on the loaded entity.

The module re-uses a lot of code from Fallback Formatter. Thanks Drupal Media Team for all your great work.

Supporting organizations: 
Sponsored Development Time

Project information

Releases