jsonapi.resource_response_validator.subscriber

Same name and namespace in other branches
  1. 8.9.x core/modules/jsonapi/jsonapi.services.yml \jsonapi.resource_response_validator.subscriber
  2. 10 core/modules/jsonapi/jsonapi.services.yml \jsonapi.resource_response_validator.subscriber
  3. 11.x core/modules/jsonapi/jsonapi.services.yml \jsonapi.resource_response_validator.subscriber

Class

Drupal\jsonapi\EventSubscriber\ResourceResponseValidator

Tags

  • event_subscriber

File

core/modules/jsonapi/jsonapi.services.yml

View source
  1. class: Drupal\jsonapi\EventSubscriber\ResourceResponseValidator
  2. arguments:
  3. - '@logger.channel.jsonapi'
  4. - '@module_handler'
  5. - '%app.root%'
  6. calls:
  7. - [setValidator, { }]
  8. tags:
  9. - { name: event_subscriber, priority: 1000 }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.