Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
RoleExistsConstraintValidatorTest::testRoleExists function core/modules/user/tests/src/Kernel/Plugin/Validation/Constraint/RoleExistsConstraintValidatorTest.php Tests when the constraint's entityTypeId value is not valid.
RoleExistsConstraintValidatorTest::testValueMustBeAString function core/modules/user/tests/src/Kernel/Plugin/Validation/Constraint/RoleExistsConstraintValidatorTest.php Tests that the constraint validator will only work with strings.
RoleListBuilder::getDefaultOperations function core/modules/user/src/RoleListBuilder.php Gets this list's default operations.
Roles::addSelfTokens function core/modules/user/src/Plugin/views/field/Roles.php Add any special tokens this field might use for itself.
Roles::documentSelfTokens function core/modules/user/src/Plugin/views/field/Roles.php Document any special tokens this field might use for itself.
Roles::operators function core/modules/user/src/Plugin/views/filter/Roles.php Override empty and not empty operator labels to be clearer for user roles.
RoleSettingsForm::$roleStorage property core/modules/user/src/Form/RoleSettingsForm.php The role storage used when changing the admin role.
RolesRid::$roleStorage property core/modules/user/src/Plugin/views/argument/RolesRid.php The role entity storage.
RoleStorage class core/modules/user/src/RoleStorage.php Defines the storage handler class for user roles.
RoleStorage.php file core/modules/user/src/RoleStorage.php
RoleStorage::isPermissionInRoles function core/modules/user/src/RoleStorage.php Returns whether a permission is in one of the passed in roles.
RoleStorageInterface interface core/modules/user/src/RoleStorageInterface.php Defines an interface for role entity storage classes.
RoleStorageInterface.php file core/modules/user/src/RoleStorageInterface.php
RoleStorageInterface::isPermissionInRoles function core/modules/user/src/RoleStorageInterface.php Returns whether a permission is in one of the passed in roles.
RootComposer::$composerManipulator property composer/Plugin/RecipeUnpack/RootComposer.php The JSON manipulator for the contents of the root composer.json.
RootComposer::addToComposerLock function composer/Plugin/RecipeUnpack/RootComposer.php Adds an element to the composer lock.
RootComposer::getComposerManipulator function composer/Plugin/RecipeUnpack/RootComposer.php Retrieves the JSON manipulator for the contents of the root composer.json.
Route::$pathValidator property core/modules/migrate/src/Plugin/migrate/process/Route.php The path validator service.
RouteNoneTest::$urlGenerator property core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php The URL generator.
RoutePathGenerationTraitTest::$csrfToken property core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php The mock CSRF token generator.
RoutePathGenerationTraitTest::providerTestCsrfTokenCompleteLifeCycle function core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php Data provider for testCsrfTokenCompleteLifeCycle().
RoutePathGenerationTraitTest::testCsrfTokenCompleteLifeCycle function core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php Tests that CSRF token creation and validation is consistent.
RoutePreloaderTest::testOnAlterRoutesWithAdminPathNoAdminRoute function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onAlterRoutes with "admin" appearing in the path.
RoutePreloaderTest::testOnAlterRoutesWithAdminRoutes function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onAlterRoutes with just admin routes.
RoutePreloaderTest::testOnAlterRoutesWithNonAdminRoutes function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onAlterRoutes with admin routes and non admin routes.
RoutePreloaderTest::testOnRequestNonHtml function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onRequest on a non html request.
RoutePreloaderTest::testOnRequestOnHtml function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onRequest on a html request.
RouteProcessorCsrf::renderPlaceholderCsrfToken function core/lib/Drupal/Core/Access/RouteProcessorCsrf.php Render API callback: Adds a CSRF token for the given path to the markup.
RouteProcessorCsrfTest::$csrfToken property core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php The mock CSRF token generator.
RouteProcessorCurrentIntegrationTest::$urlGenerator property core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php The URL generator.
RouteProcessorManager::getOutbound function core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Returns the sorted array of outbound processors.
RouteProvider::$cacheTagInvalidator property core/lib/Drupal/Core/Routing/RouteProvider.php The cache tag invalidator.
RouteProviderTest::$cacheTagsInvalidator property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php The cache tags invalidator.
RouteProviderTest::testOutlinePathMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find multiple routes that match the request equally.
RouteProviderTest::testOutlinePathMatchTrailingSlash function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that a trailing slash on the request does not result in a 404.
RouteProviderTest::testOutlinePathMatchZero function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests a route with a 0 as value.
RouteProviderTest::testOutlinePathNoMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that an exception is thrown when no matching path is found.
Router::applyFitOrder function core/lib/Drupal/Core/Routing/Router.php Reapplies the fit order to a RouteCollection object.
RouterTest::testMatchesWithDifferentFitOrder function core/tests/Drupal/Tests/Core/Routing/RouterTest.php Tests matches with different fit order.
RouterTest::testUrlGeneratorFront function core/modules/system/tests/src/Functional/Routing/RouterTest.php Checks the generate method on the URL generator using the front router.
Routes::$resourceTypeRepository property core/modules/jsonapi/src/Routing/Routes.php The JSON:API resource type repository.
RouteSubscriber::$viewStorage property core/modules/views/src/EventSubscriber/RouteSubscriber.php The view storage.
RouteSubscriberTest::$viewStorage property core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php The mocked config entity storage.
RouteSubscriberTest::testOnAlterRoutes function core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php Tests the onAlterRoutes method.
Row::PROPERTY_SEPARATOR constant core/modules/migrate/src/Row.php Level separator of destination and source properties.
RowPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/row/RowPluginBase.php Perform any necessary changes to the form values prior to storage.

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