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