- Drupal 8 Development Cookbook(Second Edition)
- Matt Glaman
- 57字
- 2025-04-04 18:20:51
How it works...
View display modes are configuration entities. View display modes dictate how the \Drupal\Core\EntityContentEntityForm class will build a view display when an entity is viewed. This will always be set to default unless changed or specified as a different mode programmatically.
Since view display modes are configuration entities, they can be exported using configuration management.