EntityDisplayPluginCollection.php
Same filename in other branches
Namespace
Drupal\Core\EntityFile
-
core/
lib/ Drupal/ Core/ Entity/ EntityDisplayPluginCollection.php
View source
<?php
namespace Drupal\Core\Entity;
use Drupal\Core\Plugin\DefaultLazyPluginCollection;
/**
* A collection of formatters or widgets.
*/
class EntityDisplayPluginCollection extends DefaultLazyPluginCollection {
/**
* The key within the plugin configuration that contains the plugin ID.
*
* @var string
*/
protected $pluginKey = 'type';
}
Classes
Title | Deprecated | Summary |
---|---|---|
EntityDisplayPluginCollection | A collection of formatters or widgets. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.