Skip to content
Snippets Groups Projects
Commit 4f01db37 authored by Michael Stenta's avatar Michael Stenta
Browse files

Issue #3324620 by wim leers: Fix plugin ID typo: s/shema/schema/

parent f1a236af
Branches
Tags
No related merge requests found
Pipeline #497272 passed with warnings
......@@ -6,7 +6,7 @@ namespace Drupal\jsonapi_schema\Plugin\jsonapi_hypermedia\LinkProvider;
* Collection top level schema link provider.
*
* @JsonapiHypermediaLinkProvider(
* id = "jsonapi_shema.top_level.collection",
* id = "jsonapi_schema.top_level.collection",
* link_relation_type = "describedby",
* link_context = {
* "top_level_object" = "collection",
......
......@@ -6,7 +6,7 @@ namespace Drupal\jsonapi_schema\Plugin\jsonapi_hypermedia\LinkProvider;
* Collection top level schema link provider.
*
* @JsonapiHypermediaLinkProvider(
* id = "jsonapi_shema.top_level.entrypoint",
* id = "jsonapi_schema.top_level.entrypoint",
* link_relation_type = "describedby",
* link_context = {
* "top_level_object" = "entrypoint",
......
......@@ -6,7 +6,7 @@ namespace Drupal\jsonapi_schema\Plugin\jsonapi_hypermedia\LinkProvider;
* Individual top level schema link provider.
*
* @JsonapiHypermediaLinkProvider(
* id = "jsonapi_shema.top_level.individual",
* id = "jsonapi_schema.top_level.individual",
* link_relation_type = "describedby",
* link_context = {
* "top_level_object" = "individual",
......
......@@ -13,7 +13,7 @@ use Drupal\jsonapi_hypermedia\Plugin\LinkProviderBase;
* Resource object schema link provider.
*
* @JsonapiHypermediaLinkProvider(
* id = "jsonapi_shema.resource_object",
* id = "jsonapi_schema.resource_object",
* link_relation_type = "describedby",
* link_context = {
* "resource_object" = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment