
| Current Path : /var/www/html/ift/web/core/modules/entity_reference/src/Plugin/views/display/ |
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/ift/web/core/modules/entity_reference/src/Plugin/views/display/EntityReference.php |
<?php
namespace Drupal\entity_reference\Plugin\views\display;
use Drupal\views\Plugin\views\display\EntityReference as ViewsEntityReference;
/**
* Deprecated. The plugin that handles an EntityReference display.
*
* @deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use
* \Drupal\views\Plugin\views\display\EntityReference instead.
*
* @see \Drupal\views\Plugin\views\display\EntityReference
*/
class EntityReference extends ViewsEntityReference {}