You are here

EntityReference.php in Drupal 8

File

core/modules/entity_reference/src/Plugin/views/row/EntityReference.php
View source
<?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 {

}

Classes

Namesort descending Description
EntityReference Deprecated EntityReference row plugin.