You are here

service jsonapi.resource_type.repository in JSON:API 8

Same name and namespace in other branches
  1. 8.2 jsonapi.services.yml \jsonapi.resource_type.repository

Class

Drupal\jsonapi\ResourceType\ResourceTypeRepository
10 string references to jsonapi.resource_type.repository
EntityResourceTest::buildEntityResource in tests/src/Kernel/Controller/EntityResourceTest.php
Instantiates a test EntityResource.
EntityResourceTest::testGetFilteredCollection in tests/src/Kernel/Controller/EntityResourceTest.php
@covers ::getCollection
EntityResourceTest::testGetPagedCollection in tests/src/Kernel/Controller/EntityResourceTest.php
@covers ::getCollection
EntityResourceTest::testGetSortedCollection in tests/src/Kernel/Controller/EntityResourceTest.php
@covers ::getCollection
EntryPoint::create in src/Controller/EntryPoint.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\jsonapi\ResourceType\ResourceTypeRepository
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_type.bundle.info'
  5. - '@entity_field.manager'