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 11.x for Id
  5. Other projects
Title Object type File name Summary
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
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.
RestJsonApiUnsupported::$resourceConfigId property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.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.
RestResourceConfigResourceTestBase::$entityTypeId property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php The tested entity type.
RestResourceConfigTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php The tested entity type.
RestResourceConfigValidationTest class core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php Tests validation of rest_resource_config entities.
RestResourceConfigValidationTest.php file core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php
RestResourceConfigValidationTest::$hasLabel property core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php Whether a config entity of this type has a label.
RestResourceConfigValidationTest::$modules property core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php Modules to install.
RestResourceConfigValidationTest::setUp function core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php
RestResourceConfigValidationTest::testInvalidPluginId function core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php Tests that the resource plugin ID is validated.
RestTestConstraintValidator class core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraintValidator.php Validator for \Drupal\rest_test\Plugin\Validation\Constraint\RestTestConstraint.
RestTestConstraintValidator.php file core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraintValidator.php
RestTestConstraintValidator::validate function core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraintValidator.php
ResultTest::providerTestResultArea function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Data provider for testResultArea.
ReverseContainer::$getServiceId property core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php A closure on the container that can search for services.
ReverseContainer::generateServiceIdHash function core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Generates an identifier for a service based on the object class and hash.
ReverseContainer::getId function core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Returns the ID of the passed object when it exists as a service.
ReverseContainerTest::testGetId function core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php @covers ::getId[[api-linebreak]]
ReverseProxyMiddleware class core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php Provides support for reverse proxies.
ReverseProxyMiddleware.php file core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php
ReverseProxyMiddleware::$httpKernel property core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php The decorated kernel.
ReverseProxyMiddleware::$settings property core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php The site settings.
ReverseProxyMiddleware::handle function core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php
ReverseProxyMiddleware::setSettingsOnRequest function core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php Sets reverse proxy settings on Request object.
ReverseProxyMiddleware::__construct function core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php Constructs a ReverseProxyMiddleware object.
ReverseProxyMiddlewareTest class core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Unit test the reverse proxy stack middleware.
ReverseProxyMiddlewareTest.php file core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::$mockHttpKernel property core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::reverseProxyEnabledProvider function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Data provider for testReverseProxyEnabled.

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