Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / hal / src / LinkManager / RelationLinkManager.php
index 3146e12c58b2a643d314563adc9ee6284d82f553..a33b6c32bbd3fad06d602e88cf233457a3bd18ca 100644 (file)
@@ -72,6 +72,7 @@ class RelationLinkManager extends LinkManagerBase implements RelationLinkManager
     $this->moduleHandler->alter('hal_relation_uri', $uri, $context);
     // @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. This
     // hook is invoked to maintain backwards compatibility
+    // @see https://www.drupal.org/node/2830467
     $this->moduleHandler->alter('rest_relation_uri', $uri, $context);
     return $uri;
   }