Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / hal / src / LinkManager / TypeLinkManager.php
index c3a948ff86eb85d89c0e37626ece38b98cb7df11..51b2de5032c5ed7f94e8cb025aad9bb1a1606dc8 100644 (file)
@@ -73,6 +73,7 @@ class TypeLinkManager extends LinkManagerBase implements TypeLinkManagerInterfac
     $this->moduleHandler->alter('hal_type_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_type_uri', $uri, $context);
     return $uri;
   }