You are here

EntityReference.php in Drupal 8

File

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

}

Classes

Namesort descending Description
EntityReference Deprecated Deprecated. The plugin that handles an EntityReference display.