Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / rest / src / LinkManager / RelationLinkManager.php
index 8a5d49d5a38051f1f082c8cb71da353efdd401d5..6690e2100634302e093d4d4e18daa76dcce1c7f2 100644 (file)
@@ -7,5 +7,7 @@ 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.
+ *
+ * @see https://www.drupal.org/node/2830467
  */
 class RelationLinkManager extends MovedLinkRelationManager implements RelationLinkManagerInterface {}