Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| EntityReference | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\entity_reference\Plugin\views\row\EntityReference. | |
| */ | |
| namespace Drupal\entity_reference\Plugin\views\row; | |
| use Drupal\views\Plugin\views\row\EntityReference as ViewsEntityReference; | |
| /** | |
| * EntityReference row plugin. | |
| * | |
| * @deprecated in Drupal 8.0.x and will be removed in Drupal 9.0.x. Use | |
| * \Drupal\views\Plugin\views\row\EntityReference instead. | |
| * | |
| * @see \Drupal\views\Plugin\views\row\EntityReference | |
| */ | |
| class EntityReference extends ViewsEntityReference { } |