Skip to content
Snippets Groups Projects
Select Git revision
  • 8.x-3.9
  • 8.x-3.x default
  • 3384599-cleanup-drupal-8
  • feature/gitlab-ci
  • issue-3112799-buildevent
  • issue-3112799
  • 8.x-2.x
  • 8.x-1.x
  • 8.x-3.23
  • 8.x-3.22
  • 8.x-3.21
  • 8.x-3.20
  • 8.x-3.19
  • 8.x-3.18
  • 8.x-3.17
  • 8.x-3.16
  • 8.x-3.15
  • 8.x-3.14
  • 8.x-3.13
  • 8.x-3.12
  • 8.x-3.11
  • 8.x-3.10
  • 8.x-3.8
  • 8.x-3.7
  • 8.x-3.6
  • 8.x-3.5
  • 8.x-3.4
27 results

jsonapi_extras-3384599

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / jsonapi_extras
    67 commits behind the upstream repository.
    ndobromirov's avatar
    Issue #3019729 by ndobromirov, Wim Leers, rhristov, e0ipso: Invalidate...
    Nikolay Dobromirov authored and Mateu Aguiló Bosch committed
    Issue #3019729 by ndobromirov, Wim Leers, rhristov, e0ipso: Invalidate JSON:API Extras' cache tags when needed
    77cf0e3e
    History

    JSON:API Extras

    This module provides extra functionality on top of JSON:API. You should not need this module to get an spec compliant JSON:API, this module is to customize the output of JSON:API.

    This module adds the following features:

    • Allows you to customize the URL for your resource under the /jsonapi prefix.
    • Allows you to customize the resource type to other than ${entityTypeId}--${bundle}.
    • Lets you remove fields from the JSON:API output.

    TODO:

    • Auto calculate the dependency of the provider of the entity type and bundles in the configuration entity.