You are here

service jsonapi_extras.entity.to_jsonapi in JSON:API Extras 8.3

Same name and namespace in other branches
  1. 8.2 jsonapi_extras.services.yml \jsonapi_extras.entity.to_jsonapi

Class

Drupal\jsonapi_extras\EntityToJsonApi
1 string reference to jsonapi_extras.entity.to_jsonapi
EntityToJsonApiTest::setUp in tests/src/Kernel/EntityToJsonApiTest.php

File

./jsonapi_extras.services.yml
jsonapi_extras.services.yml

View source
  1. class: Drupal\jsonapi_extras\EntityToJsonApi
  2. arguments:
  3. - '@http_kernel.basic'
  4. - '@jsonapi.resource_type.repository'
  5. - '@session'
  6. - '@request_stack'