You are here

EntityReference.php in Zircon Profile 8.0

File

core/modules/entity_reference/src/Plugin/views/style/EntityReference.php
View source
<?php

/**
 * @file
 * Contains \Drupal\entity_reference\Plugin\views\style\EntityReference.
 */
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 {

}

Classes

Namesort descending Description
EntityReference Deprecated Deprecated. EntityReference style plugin.