Configuration entity that contains display options for all components of a rendered entity in a given view mode.
Plugin annotation
@ConfigEntityType(
id = "entity_view_display",
label = @Translation("Entity view display"),
entity_keys = {
"id" = "id",
"status" = "status"
},
config_export = {
"id",
"targetEntityType",
"bundle",
"mode",
"content",
"hidden",
}
)
Hierarchy
class \Drupal\Core\Entity\Entity implements EntityInterface uses RefinableCacheabl