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