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