Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
SelectionBase | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
<?php | |
/** | |
* @file | |
* Contains \Drupal\Core\Entity\Plugin\EntityReferenceSelection\SelectionBase. | |
*/ | |
namespace Drupal\Core\Entity\Plugin\EntityReferenceSelection; | |
/** | |
* @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. | |
* Use \Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection | |
*/ | |
class SelectionBase extends DefaultSelection { } |