
| Current Path : /var/www/html/dataninja.cn/core/modules/entity_reference/src/Plugin/views/style/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/dataninja.cn/core/modules/entity_reference/src/Plugin/views/style/EntityReference.php |
<?php
namespace Drupal\entity_reference\Plugin\views\style;
use Drupal\views\Plugin\views\style\EntityReference as ViewsEntityReference;
/**
* Deprecated. EntityReference style plugin.
*
* @deprecated in Drupal 8.0.x and will be removed in Drupal 9.0.x. Use
* \Drupal\views\Plugin\views\style\EntityReference instead.
*
* @see \Drupal\views\Plugin\views\style\EntityReference
*/
class EntityReference extends ViewsEntityReference {}