You are here

service jsonapi.field_resolver in JSON:API 8.2

Same name and namespace in other branches
  1. 8 jsonapi.services.yml \jsonapi.field_resolver

Class

Drupal\jsonapi\Context\FieldResolver
3 string references to jsonapi.field_resolver
EntityResourceTest::createEntityResource in tests/src/Kernel/Controller/EntityResourceTest.php
Creates an instance of the subject under test.
FieldResolverTest::setUp in tests/src/Kernel/Context/FieldResolverTest.php
FilterTest::setUp in tests/src/Kernel/Query/FilterTest.php

File

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

View source
  1. class: Drupal\jsonapi\Context\FieldResolver
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_field.manager'
  5. - '@entity_type.bundle.info'
  6. - '@jsonapi.resource_type.repository'
  7. - '@module_handler'