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