X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fhal%2Ftests%2Fmodules%2Fhal_test%2Fhal_test.module;h=82363458715853750379b2c7ded95863ef80e843;hp=8788eaf41eac1039848b74be06ff4bcb0a2cbceb;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a diff --git a/web/core/modules/hal/tests/modules/hal_test/hal_test.module b/web/core/modules/hal/tests/modules/hal_test/hal_test.module index 8788eaf41..823634587 100644 --- a/web/core/modules/hal/tests/modules/hal_test/hal_test.module +++ b/web/core/modules/hal/tests/modules/hal_test/hal_test.module @@ -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'])) {