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