You are here

service jsonapi.request_handler in JSON:API 8

Class

\Drupal\jsonapi\Controller\RequestHandler

File

./jsonapi.services.yml
jsonapi.services.yml

View source
  1. class: \Drupal\jsonapi\Controller\RequestHandler
  2. arguments:
  3. - '@jsonapi.serializer_do_not_use_removal_imminent'
  4. - '@jsonapi.resource_type.repository'
  5. - '@entity_type.manager'
  6. - '@entity_field.manager'
  7. - '@plugin.manager.field.field_type'
  8. - '@jsonapi.link_manager'
  9. - '@renderer'