Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
ResourceResponseValidatorTest::validateResponseProvider function core/modules/jsonapi/tests/src/Unit/EventSubscriber/ResourceResponseValidatorTest.php Provides test cases for testValidateResponse.
ResourceTestBase::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The tested entity type.
ResourceTestBase::$firstCreatedEntityId property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The entity ID for the first created entity in testPost().
ResourceTestBase::$resourceConfigId property core/modules/rest/tests/src/Functional/ResourceTestBase.php The REST Resource Config entity ID under test (i.e. a resource type).
ResourceTestBase::$secondCreatedEntityId property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The entity ID for the second created entity in testPost().
ResourceTestBase::$uuidKey property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The UUID key.
ResourceTestBase::decorateResourceIdentifierWithDrupalInternalTargetId function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Adds drupal_internal__target_id to the meta of a resource identifier.
ResourceTestBase::doTestDeleteIndividual function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests DELETEing an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::doTestPatchIndividual function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::doTestPostIndividual function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests POSTing an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::getExpectedGetIndividualResourceResponse function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Gets the expected individual ResourceResponse for GET.
ResourceTestBase::makeNormalizationInvalid function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Makes the given JSON:API document invalid.
ResourceTestBase::testGetIndividual function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests GETting an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::testIndividual function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests POST/PATCH/DELETE for an individual resource.
ResourceType::$entityTypeId property core/modules/jsonapi/src/ResourceType/ResourceType.php The entity type ID.
ResourceType::getEntityTypeId function core/modules/jsonapi/src/ResourceType/ResourceType.php Gets the entity type ID.
ResourceTypeConverter::PARAM_TYPE_ID constant core/modules/jsonapi/src/ParamConverter/ResourceTypeConverter.php The route parameter type to match.
ResourceTypeRepositoryTest::getFieldsProvider function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Data provider for testMappingNameConflictCheck.
ResourceTypeRepositoryTest::getProvider function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Data provider for testGet.
ResourceVersionRouteEnhancer::isValidVersionIdentifier function core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php Validates the user input.
ResourceVersionRouteEnhancer::REVISION_ID_KEY constant core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php The route default parameter name.
ResourceVersionRouteEnhancer::VERSION_IDENTIFIER_VALIDATOR constant core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php Resource version validation regex.
ResponseStatusTest::providerTestConditions function core/tests/Drupal/KernelTests/Core/Plugin/Condition/ResponseStatusTest.php Provides test data for testConditions.
ResponsiveImageStyle::$id property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The responsive image ID (machine name).
ResponsiveImageStyle::getImageStyleIds function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Gets all the image styles IDs involved in the responsive image mapping.
ResponsiveImageStyleForm::validateForm function core/modules/responsive_image/src/ResponsiveImageStyleForm.php Form validation handler.
ResponsiveImageStyleInterface::getImageStyleIds function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Gets all the image styles IDs involved in the responsive image mapping.
ResponsiveImageStyleResourceTestBase::$effectUuid property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php The effect UUID.
ResponsiveImageStyleResourceTestBase::$entityTypeId property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php The tested entity type.
ResponsiveImageStyles::getIds function core/modules/responsive_image/src/Plugin/migrate/source/d7/ResponsiveImageStyles.php Defines the source fields uniquely identifying a source row.
ResponsiveImageStylesTest::providerSource function core/modules/responsive_image/tests/src/Kernel/Plugin/migrate/source/d7/ResponsiveImageStylesTest.php Provides source data for ::testSource.
ResponsiveImageStyleTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php The tested entity type.
ResponsiveImageStyleValidationTest class core/modules/responsive_image/tests/src/Kernel/ResponsiveImageStyleValidationTest.php Tests validation of responsive_image_style entities.
ResponsiveImageStyleValidationTest.php file core/modules/responsive_image/tests/src/Kernel/ResponsiveImageStyleValidationTest.php
ResponsiveImageStyleValidationTest::$modules property core/modules/responsive_image/tests/src/Kernel/ResponsiveImageStyleValidationTest.php Modules to install.
ResponsiveImageStyleValidationTest::setUp function core/modules/responsive_image/tests/src/Kernel/ResponsiveImageStyleValidationTest.php
responsive_image.styles.wide.yml file core/profiles/standard/config/optional/responsive_image.styles.wide.yml core/profiles/standard/config/optional/responsive_image.styles.wide.yml
responsive_image.styles.wide.yml file core/profiles/demo_umami/config/optional/responsive_image.styles.wide.yml core/profiles/demo_umami/config/optional/responsive_image.styles.wide.yml
responsive_image.styles.wide.yml file core/recipes/standard_responsive_images/config/responsive_image.styles.wide.yml core/recipes/standard_responsive_images/config/responsive_image.styles.wide.yml
RestExport::$authenticationProviderIds property core/modules/rest/src/Plugin/views/display/RestExport.php The authentication providers, like 'cookie' and 'basic_auth'.
RestExport::$formatProviders property core/modules/rest/src/Plugin/views/display/RestExport.php The serialization format providers, keyed by format.
RestExport::overrideApplies function core/modules/rest/src/Plugin/views/display/RestExport.php Determines whether the view overrides the given route.
RestExportAuthTest::testAuthProvidersOptions function core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php Checks that correct authentication providers are available for choosing.
RestJsonApiUnsupportedTest::$resourceConfigId property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php The REST Resource Config entity ID under test (i.e. a resource type).
RestResource::$id property core/modules/rest/src/Annotation/RestResource.php The REST resource plugin ID.
RestResourceConfig::$id property core/modules/rest/src/Entity/RestResourceConfig.php The REST resource config id.
RestResourceConfig::$plugin_id property core/modules/rest/src/Entity/RestResourceConfig.php The REST resource plugin id.
RestResourceConfig::getAuthenticationProviders function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported authentication providers.
RestResourceConfig::getAuthenticationProvidersForMethodGranularity function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported authentication providers.
RestResourceConfigInterface::getAuthenticationProviders function core/modules/rest/src/RestResourceConfigInterface.php Retrieves a list of supported authentication providers.

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