EntityReference.php
Namespace
Drupal\entity_reference\Plugin\views\styleFile
-
core/
modules/ entity_reference/ src/ Plugin/ views/ style/ EntityReference.php
View source
<?php
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.0 and is removed from drupal:9.0.0. Use
* \Drupal\views\Plugin\views\style\EntityReference instead.
*
* @see \Drupal\views\Plugin\views\style\EntityReference
*/
class EntityReference extends ViewsEntityReference {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| EntityReference | in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\views\Plugin\views\style\EntityReference instead. |
Deprecated. EntityReference style plugin. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.