Plugin implementation of the 'entity reference rendered entity' formatter.
@FieldFormatter(
id = "entity_reference_entity_view",
module = "entity_reference",
label = @Translation("Rendered entity"),
description = @Translation("Display the referenced entities rendered by entity_view()."),
field_types = {
"entity_reference"
},
settings = {
"view_mode" = "",
"link" = FALSE
}
)
Expanded class hierarchy of EntityReferenceEntityFormatter