Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| ResourceTypeRepository::getByTypeName | function | core/ |
Gets a specific JSON:API resource type based on a supplied typename. |
| ResourceTypeRepository::getFieldMapping | function | core/ |
Gets the field mapping for the given field names and entity type + bundle. |
| ResourceTypeRepository::getFields | function | core/ |
Gets the field mapping for the given field names and entity type + bundle. |
| ResourceTypeRepository::getRelatableResourceTypesFromFieldDefinition | function | core/ |
Get relatable resource types from a field definition. |
| ResourceTypeRepository::isLocatableResourceType | function | core/ |
Whether an entity type + bundle maps to a locatable resource type. |
| ResourceTypeRepository::isMutableResourceType | function | core/ |
Whether an entity type + bundle maps to a mutable resource type. |
| ResourceTypeRepository::isReferenceFieldDefinition | function | core/ |
Determines if a given field definition is a reference field. |
| ResourceTypeRepository::isVersionableResourceType | function | core/ |
Whether an entity type is a versionable resource type. |
| ResourceTypeRepository::__construct | function | core/ |
Instantiates a ResourceTypeRepository object. |
| ResourceTypeRepositoryInterface | interface | core/ |
Provides a repository of all JSON:API resource types. |
| ResourceTypeRepositoryInterface.php | file | core/ |
|
| ResourceTypeRepositoryInterface::all | function | core/ |
Gets all JSON:API resource types. |
| ResourceTypeRepositoryInterface::get | function | core/ |
Gets a specific JSON:API resource type based on entity type ID and bundle. |
| ResourceTypeRepositoryInterface::getByTypeName | function | core/ |
Gets a specific JSON:API resource type based on a supplied typename. |
| ResourceTypeRepositoryTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\ResourceType\ResourceTypeRepository[[api-linebreak]] @group jsonapi |
| ResourceTypeRepositoryTest.php | file | core/ |
|
| ResourceTypeRepositoryTest::$modules | property | core/ |
Modules to enable. |
| ResourceTypeRepositoryTest::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository under test. |
| ResourceTypeRepositoryTest::getFieldMappingProvider | function | core/ |
Data provider for testGetFieldMapping. |
| ResourceTypeRepositoryTest::getProvider | function | core/ |
Data provider for testGet. |
| ResourceTypeRepositoryTest::setUp | function | core/ |
|
| ResourceTypeRepositoryTest::testAll | function | core/ |
@covers ::all[[api-linebreak]] |
| ResourceTypeRepositoryTest::testCaching | function | core/ |
Ensures that the ResourceTypeRepository's cache does not become stale. |
| ResourceTypeRepositoryTest::testGet | function | core/ |
@covers ::get[[api-linebreak]] @dataProvider getProvider |
| ResourceTypeRepositoryTest::testMappingNameConflictCheck | function | core/ |
Ensures that a naming conflict in the mapping causes an exception to be thrown. |
| ResourceTypeRepositoryTest::testResourceTypeDisabling | function | core/ |
Tests that resource types can be disabled by a build subscriber. |
| ResourceTypeRepositoryTest::testResourceTypeFieldAliasing | function | core/ |
Tests that resource type fields can be aliased per resource type. |
| ResourceTypeRepositoryTest::testResourceTypeFieldDisabling | function | core/ |
Tests that resource type fields can be disabled per resource type. |
| ResourceVersionRouteEnhancer::$versionNegotiator | property | core/ |
The revision ID negotiator. |
| ResourceVersionRouteEnhancer::VERSION_IDENTIFIER_VALIDATOR | constant | core/ |
Resource version validation regex. |
| ResponseGeneratorSubscriber | class | core/ |
Response subscriber to add X-Generator header tag. |
| ResponseGeneratorSubscriber.php | file | core/ |
|
| ResponseGeneratorSubscriber::getSubscribedEvents | function | core/ |
|
| ResponseGeneratorSubscriber::onRespond | function | core/ |
Sets extra X-Generator header on successful responses. |
| ResponseGeneratorTest | class | core/ |
Tests to see if generator header is added. |
| ResponseGeneratorTest.php | file | core/ |
|
| ResponseGeneratorTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ResponseGeneratorTest::$modules | property | core/ |
Modules to install. |
| ResponseGeneratorTest::setUp | function | core/ |
|
| ResponseGeneratorTest::testGeneratorHeaderAdded | function | core/ |
Test to see if generator header is added. |
| response_generator_subscriber | service | core/ |
Drupal\Core\EventSubscriber\ResponseGeneratorSubscriber |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToFile | function | core/ |
Tests responsive image formatters on node display linked to the file. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToNode | function | core/ |
Tests responsive image formatters on node display linked to the node. |
| ResponsiveImageFormatter::$imageStyleStorage | property | core/ |
|
| ResponsiveImageFormatter::$linkGenerator | property | core/ |
The link generator. |
| ResponsiveImageFormatter::$responsiveImageStyleStorage | property | core/ |
|
| ResponsiveImageStyleListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
| RestConfigurationEntitiesUpdateTest::testResourcesConvertedToConfigEntities | function | core/ |
Tests rest_update_8201(). |
| RestExport::$authenticationCollector | property | core/ |
The collector of authentication providers. |
| RestExport::getFormatOptions | function | core/ |
Returns an array of format options. |
Pagination
- Previous page
- Page 180
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.