X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Frest%2Frest.api.php;h=6c09bbff530b8fba1dffa36eda2b23d28dc80582;hp=ac601072bea0a4002ed74e5299bca9d19f275d9e;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a diff --git a/web/core/modules/rest/rest.api.php b/web/core/modules/rest/rest.api.php index ac601072b..6c09bbff5 100644 --- a/web/core/modules/rest/rest.api.php +++ b/web/core/modules/rest/rest.api.php @@ -34,6 +34,8 @@ function hook_rest_resource_alter(&$definitions) { * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. Use * hook_serialization_type_uri_alter() instead. This exists solely for BC. * + * @see https://www.drupal.org/node/2830467 + * * Modules may wish to alter the type URI generated for a resource based on the * context of the serializer/normalizer operation. * @@ -61,6 +63,8 @@ function hook_rest_type_uri_alter(&$uri, $context = []) { * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. Use * hook_serialization_relation_uri_alter() instead. This exists solely for BC. * + * @see https://www.drupal.org/node/2830467 + * * Modules may wish to alter the relation URI generated for a resource based on * the context of the serializer/normalizer operation. *