564113421a35aefc4aee8c0d603fa85e32e9ee3b
[yaffs-website] / web / core / modules / entity_reference / src / Plugin / views / display / EntityReference.php
1 <?php
2
3 namespace Drupal\entity_reference\Plugin\views\display;
4
5 use Drupal\views\Plugin\views\display\EntityReference as ViewsEntityReference;
6
7 /**
8  * Deprecated. The plugin that handles an EntityReference display.
9  *
10  * @deprecated in Drupal 8.0.x and will be removed in Drupal 9.0.x. Use
11  *   \Drupal\views\Plugin\views\display\EntityReference instead.
12  *
13  * @see \Drupal\views\Plugin\views\display\EntityReference
14  */
15 class EntityReference extends ViewsEntityReference {}