Entity Reference Views Formatter D8
Categories
Component ID
2839039
Component name
Entity Reference Views Formatter D8
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
NOTE: This module works fine, but I completely missed the fact that there's a better module already existing for this purpose: https://www.drupal.org/project/views_field_formatter
Entity Reference Views Formatter supports rendering an entity reference field as any View you want, passing as an argument either the referenced IDs from the field, or the ID of the parent entity.
Previously, there were multiple modules in dev for D7 which created parts of this functionality. This module is an attempt to combine them into one best-practices way to render a view for an entity reference field in a configurable way.
Currently, this relies on a dev version of the viewfield module for D8 to make use of its theme functions.
