Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| EntityDisplayPluginCollection | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\Core\Entity\EntityDisplayPluginCollection. | |
| */ | |
| 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'; | |
| } |