Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
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::reverseProxyEnabledProviderLegacy 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::testReverseProxyEnabledLegacy 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::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.
RevisionLogEntityTrait::getRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().
RevisionLogEntityTrait::setRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId().
RevisionLogInterface::getRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Gets the entity revision author ID.
RevisionLogInterface::setRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Sets the entity revision author by ID.
RevisionUidTest class core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Tests the node_revision_uid field.
RevisionUidTest.php file core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php
RevisionUidTest::$columnMap property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Map column names.
RevisionUidTest::$modules property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Modules to enable.
RevisionUidTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Views used by this test.
RevisionUidTest::setUp function core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php
RevisionUidTest::testRevisionUid function core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Tests the node_revision_uid relationship.
Role::$id property core/modules/user/src/Entity/Role.php The machine name of this role.
Role::getIds function core/modules/user/src/Plugin/migrate/source/d6/Role.php Defines the source fields uniquely identifying a source row.
Role::getIds function core/modules/user/src/Plugin/migrate/source/d7/Role.php Defines the source fields uniquely identifying a source row.
Role::validateOptionsForm function core/modules/user/src/Plugin/views/access/Role.php Validate the options form.
RoleAccessCheckTest::roleAccessProvider function core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php Provides data for the role access test.
RoleInterface::ANONYMOUS_ID constant core/modules/user/src/RoleInterface.php Role ID for anonymous users; should match the 'role' entity ID.
RoleInterface::AUTHENTICATED_ID constant core/modules/user/src/RoleInterface.php Role ID for authenticated users; should match the 'role' entity ID.
RoleListBuilder::getFormId function core/modules/user/src/RoleListBuilder.php Returns a unique string identifying the form.
RoleResourceTestBase::$entityTypeId property core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php The tested entity type.
RolesRid class core/modules/user/src/Plugin/views/argument/RolesRid.php Allow role ID(s) as argument.
RolesRid.php file core/modules/user/src/Plugin/views/argument/RolesRid.php
RolesRid::$roleStorage property core/modules/user/src/Plugin/views/argument/RolesRid.php The role entity storage
RolesRid::create function core/modules/user/src/Plugin/views/argument/RolesRid.php Creates an instance of the plugin.

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