Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Plugin / EntityReferenceSelection / SelectionBase.php
diff --git a/web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/SelectionBase.php b/web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/SelectionBase.php
new file mode 100644 (file)
index 0000000..311d309
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+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 { }