X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Frest%2Fsrc%2FLinkManager%2FRelationLinkManagerInterface.php;h=c2eec34612b629cc8f5b26ae7574dac5f06f5cb4;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=c9a89388f11a742d4af1604aaddf83793cc690f2;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php b/web/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php index c9a89388f..c2eec3461 100644 --- a/web/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php +++ b/web/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php @@ -7,5 +7,7 @@ use Drupal\hal\LinkManager\RelationLinkManagerInterface as MovedRelationLinkMana /** * @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 RelationLinkManagerInterface extends MovedRelationLinkManagerInterface {}