SelectionBase.php 269 B

123456789
  1. <?php
  2. namespace Drupal\Core\Entity\Plugin\EntityReferenceSelection;
  3. /**
  4. * @deprecated in drupal:8.0.0 and is removed from drupal:9.0.0.
  5. * Use \Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection
  6. */
  7. class SelectionBase extends DefaultSelection {}