Getting deprecations from this module due to a change in 8.8.0-beta1 https://www.drupal.org/project/drupal/issues/3080259
2x: Drupal\jsonapi\JsonApiResource\Link::getLinkRelationTypes() is deprecated in drupal:8.8.0 and will be removed in drupal:9.0.0. Use getLinkRelationType() instead. See https://www.drupal.org/node/3087821.
2x in HypermediaIntegrationTest::testAuthenticatedAsLink from Drupal\Tests\jsonapi_user_resources\Functional
1x: Constructing a Drupal\jsonapi\JsonApiResource\Link with an array of link relation types is deprecated in drupal:8.8.0 and will throw a fatal error in drupal:9.0.0. Pass a single string instead. See https://www.drupal.org/node/3087821.
1x in HypermediaIntegrationTest::testAuthenticatedAsLink from Drupal\Tests\jsonapi_user_resources\Functional
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3106967-3.patch | 14.33 KB | mglaman |
Comments
Comment #2
mglamanComment #3
mglamanI think this should do it.
Comment #4
gabesullice🎉🙏🙏🙏🙏
Thanks @mglaman! LGTM.
Comment #5
wim leers🥳
Comment #7
gabesulliceThanks @mglaman!