service jsonapi.resource_type.repository in JSON:API 8
Same name and namespace in other branches
- 8.2 jsonapi.services.yml \jsonapi.resource_type.repository
Class
Drupal\jsonapi\ResourceType\ResourceTypeRepository10 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.
File
View source
- class: Drupal\jsonapi\ResourceType\ResourceTypeRepository
- arguments:
- - '@entity_type.manager'
- - '@entity_type.bundle.info'
- - '@entity_field.manager'