EntityReference.php
Namespace
Drupal\entity_reference\Plugin\views\rowFile
- 
              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
| Title | Deprecated | Summary | 
|---|---|---|
| EntityReference | in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\views\Plugin\views\row\EntityReference instead.  | 
                                                                                        EntityReference row plugin. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.