function EntityDisplayRepository::getAllViewModes
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/EntityDisplayRepository.php \Drupal\Core\Entity\EntityDisplayRepository::getAllViewModes()
- 8.9.x core/lib/Drupal/Core/Entity/EntityDisplayRepository.php \Drupal\Core\Entity\EntityDisplayRepository::getAllViewModes()
- 10 core/lib/Drupal/Core/Entity/EntityDisplayRepository.php \Drupal\Core\Entity\EntityDisplayRepository::getAllViewModes()
Gets the entity view mode info for all entity types.
Return value
array An associative array containing information about view modes for all entity types. The array is keyed by the entity type ID, and each value is an array of view mode details. View mode details typically include keys like 'id', 'label', 'custom_settings', etc.
Overrides EntityDisplayRepositoryInterface::getAllViewModes
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityDisplayRepository.php, line 70
Class
- EntityDisplayRepository
- Provides a repository for entity display objects (view modes and form modes).
Namespace
Drupal\Core\EntityCode
public function getAllViewModes() {
return $this->getAllDisplayModesByEntityType('view_mode');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.