Search for rid

  1. Search 7.x for rid
  2. Search 9.5.x for rid
  3. Search 8.9.x for rid
  4. Search 10.3.x for rid
  5. Other projects
Title Object type File name Summary
RecipeOverrideConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the existing collections.
RecipeOverrideConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the name of the current collection the storage is using.
RecipeOverrideConfigStorage::listAll function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets configuration object names starting with a given prefix.
RecipeOverrideConfigStorage::read function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Reads configuration data from the storage.
RecipeOverrideConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Reads configuration data from the storage.
RecipeOverrideConfigStorage::rename function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Renames a configuration object in the storage.
RecipeOverrideConfigStorage::write function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Writes configuration data to the storage.
RecipeOverrideConfigStorage::__construct function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php
RecipeRunnerTest::testModuleConfigurationOverride function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests configuration override after processing a recipe.
RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_ENCODER_TAG constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The service tag that only JSON:API encoders should use.
RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_ID constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The service ID.
RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_NORMALIZER_TAG constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The service tag that only JSON:API normalizers should use.
RelationshipNormalizerTest::$referencerId property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUID for the referencing entity.
RelationshipNormalizerTest::$userIds property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUIDs for use in tests.
RestExport::$authenticationProviderIds property core/modules/rest/src/Plugin/views/display/RestExport.php The authentication providers, like 'cookie' and 'basic_auth'.
RestExport::overrideApplies function core/modules/rest/src/Plugin/views/display/RestExport.php Determines whether the view overrides the given route.
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.
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.
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 Instantiates a new instance of the implementing class using autowiring.
RolesRid::titleQuery function core/modules/user/src/Plugin/views/argument/RolesRid.php Override for specific title lookups.
RolesRid::__construct function core/modules/user/src/Plugin/views/argument/RolesRid.php Constructs a \Drupal\user\Plugin\views\argument\RolesRid object.
RolesRidArgumentTest class core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Tests the handler of the user: roles argument.
RolesRidArgumentTest.php file core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
RolesRidArgumentTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php The theme to install as the default for testing.
RolesRidArgumentTest::$modules property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Modules to install.
RolesRidArgumentTest::$testViews property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Views used by this test.
RolesRidArgumentTest::testArgumentTitle function core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Tests the generated title of a user: roles argument.
RolesRidTest class core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php Tests Drupal\user\Plugin\views\argument\RolesRid.
RolesRidTest.php file core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php
RolesRidTest::testTitleQuery function core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php Tests the titleQuery method.
RouteBuilderTest::testRebuildWithOverriddenRouteClass function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php Tests routes can use alternative compiler classes.

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