Version 1
[yaffs-website] / web / core / modules / rest / src / LinkManager / RelationLinkManager.php
diff --git a/web/core/modules/rest/src/LinkManager/RelationLinkManager.php b/web/core/modules/rest/src/LinkManager/RelationLinkManager.php
new file mode 100644 (file)
index 0000000..8a5d49d
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+namespace Drupal\rest\LinkManager;
+
+use Drupal\hal\LinkManager\RelationLinkManager as MovedLinkRelationManager;
+
+/**
+ * @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.
+ */
+class RelationLinkManager extends MovedLinkRelationManager implements RelationLinkManagerInterface {}