X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Frest%2Fsrc%2FLinkManager%2FTypeLinkManagerInterface.php;fp=web%2Fcore%2Fmodules%2Frest%2Fsrc%2FLinkManager%2FTypeLinkManagerInterface.php;h=9a37049e240e65a50a93d33a854d1193d9aadeed;hp=85407fff65531d05210d60d54e509cb9edbe0963;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a diff --git a/web/core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php b/web/core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php index 85407fff6..9a37049e2 100644 --- a/web/core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php +++ b/web/core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php @@ -7,5 +7,7 @@ use Drupal\hal\LinkManager\TypeLinkManagerInterface as MovedTypeLinkManagerInter /** * @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 */ interface TypeLinkManagerInterface extends MovedTypeLinkManagerInterface {}