Version 1
[yaffs-website] / web / core / modules / rest / src / LinkManager / LinkManagerBase.php
diff --git a/web/core/modules/rest/src/LinkManager/LinkManagerBase.php b/web/core/modules/rest/src/LinkManager/LinkManagerBase.php
new file mode 100644 (file)
index 0000000..13f7004
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+namespace Drupal\rest\LinkManager;
+
+use Drupal\hal\LinkManager\LinkManagerBase as MovedLinkManagerBase;
+
+/**
+ * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. This has
+ *   been moved to the hal module. This exists solely for BC.
+ */
+abstract class LinkManagerBase extends MovedLinkManagerBase {}