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
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 @legacy-covers ::getId
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.
ReverseProxyMiddlewareTest::setUp function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::testNoProxy function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that subscriber does not act when reverse proxy is not set.
ReverseProxyMiddlewareTest::testReverseProxyEnabled function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that subscriber sets trusted headers when reverse proxy is set.
ReverseProxyMiddlewareTest::trustedHeadersAreSet function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that trusted headers are set correctly.
RevertOverridesForm class core/modules/layout_builder/src/Form/RevertOverridesForm.php Reverts the overridden layout to the defaults.
RevertOverridesForm.php file core/modules/layout_builder/src/Form/RevertOverridesForm.php
RevertOverridesForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/RevertOverridesForm.php The layout tempstore repository.
RevertOverridesForm::$messenger property core/modules/layout_builder/src/Form/RevertOverridesForm.php The messenger service.
RevertOverridesForm::$sectionStorage property core/modules/layout_builder/src/Form/RevertOverridesForm.php The section storage.
RevertOverridesForm::buildForm function core/modules/layout_builder/src/Form/RevertOverridesForm.php Form constructor.
RevertOverridesForm::create function core/modules/layout_builder/src/Form/RevertOverridesForm.php Instantiates a new instance of this class.
RevertOverridesForm::getCancelUrl function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns the route to go to if the user cancels the action.
RevertOverridesForm::getConfirmText function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns a caption for the button that confirms the action.
RevertOverridesForm::getDescription function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns additional text to display as a description.
RevertOverridesForm::getFormId function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns a unique string identifying the form.
RevertOverridesForm::getQuestion function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns the question to ask the user.
RevertOverridesForm::submitForm function core/modules/layout_builder/src/Form/RevertOverridesForm.php Form submission handler.
RevertOverridesForm::__construct function core/modules/layout_builder/src/Form/RevertOverridesForm.php Constructs a new RevertOverridesForm.
ReviewForm::getFormId function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Returns a unique string identifying the form.
RevisionableInterface::getLoadedRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Gets the loaded Revision ID of the entity.
RevisionableInterface::getRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Gets the revision identifier of the entity.
RevisionableInterface::updateLoadedRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Updates the loaded Revision ID with the revision ID.
RevisionableStorageInterface::getLatestRevisionId function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Returns the latest revision identifier for an entity.

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