Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / hal / tests / modules / hal_test / hal_test.module
index 8788eaf41eac1039848b74be06ff4bcb0a2cbceb..82363458715853750379b2c7ded95863ef80e843 100644 (file)
@@ -27,6 +27,8 @@ function hal_test_hal_relation_uri_alter(&$uri, $context = []) {
  * Implements hook_rest_type_uri_alter().
  *
  * @deprecated Kept only for BC test coverage, see \Drupal\Tests\hal\Kernel\HalLinkManagerTest::testGetTypeUri().
+ *
+ * @see https://www.drupal.org/node/2830467
  */
 function hal_test_rest_type_uri_alter(&$uri, $context = []) {
   if (!empty($context['rest_test'])) {
@@ -38,6 +40,8 @@ function hal_test_rest_type_uri_alter(&$uri, $context = []) {
  * Implements hook_rest_relation_uri_alter().
  *
  * @deprecated Kept only for BC test coverage, see \Drupal\Tests\hal\Kernel\HalLinkManagerTest::testGetRelationUri().
+ *
+ * @see https://www.drupal.org/node/2830467
  */
 function hal_test_rest_relation_uri_alter(&$uri, $context = []) {
   if (!empty($context['rest_test'])) {