X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fhal%2Fsrc%2FLinkManager%2FRelationLinkManager.php;fp=web%2Fcore%2Fmodules%2Fhal%2Fsrc%2FLinkManager%2FRelationLinkManager.php;h=a33b6c32bbd3fad06d602e88cf233457a3bd18ca;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hp=3146e12c58b2a643d314563adc9ee6284d82f553;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a;p=yaffs-website diff --git a/web/core/modules/hal/src/LinkManager/RelationLinkManager.php b/web/core/modules/hal/src/LinkManager/RelationLinkManager.php index 3146e12c5..a33b6c32b 100644 --- a/web/core/modules/hal/src/LinkManager/RelationLinkManager.php +++ b/web/core/modules/hal/src/LinkManager/RelationLinkManager.php @@ -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; }