eacd94bcd92e38ba7a2e3da6e1857973fc469c11
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Plugin / EntityReferenceSelection / SelectionBase.php
1 <?php
2
3 namespace Drupal\Core\Entity\Plugin\EntityReferenceSelection;
4
5 /**
6  * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
7  *   Use \Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection
8  */
9 class SelectionBase extends DefaultSelection {}