Search for to

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.