class EntityDisplayPluginCollection in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php \Drupal\Core\Entity\EntityDisplayPluginCollection
- 9 core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php \Drupal\Core\Entity\EntityDisplayPluginCollection
A collection of formatters or widgets.
Hierarchy
- class \Drupal\Core\Entity\EntityDisplayPluginCollection extends \Drupal\Core\Plugin\DefaultLazyPluginCollection
Expanded class hierarchy of EntityDisplayPluginCollection
2 files declare their use of EntityDisplayPluginCollection
- EntityFormDisplay.php in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityFormDisplay.php - EntityViewDisplay.php in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityViewDisplay.php
File
- core/
lib/ Drupal/ Core/ Entity/ EntityDisplayPluginCollection.php, line 10
Namespace
Drupal\Core\EntityView source
class EntityDisplayPluginCollection extends DefaultLazyPluginCollection {
/**
* The key within the plugin configuration that contains the plugin ID.
*
* @var string
*/
protected $pluginKey = 'type';
}