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
RouteProviderTest::testMixedCasePaths function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we find routes using a case-insensitive path match.
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.
RouteProviderTest::testRouteAliases function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php @covers \Drupal\Core\Routing\RouteProvider::getRouteAliases[[api-linebreak]]
RouteProviderTest::testRouteByName function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests RouteProvider::getRouteByName() & RouteProvider::getRoutesByNames().
RouteProviderTest::testRouteCaching function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests that route caching works.
router.route_provider service core/core.services.yml Drupal\Core\Routing\RouteProvider
router.route_provider.lazy_builder service core/core.services.yml Drupal\Core\Routing\RouteProviderLazyBuilder
Router::$routeProvider property core/lib/Drupal/Core/Routing/Router.php The route provider responsible for the first-pass match.
RouterTest::testControllerPlaceholdersDefaultValuesProvided function core/modules/system/tests/src/Functional/Routing/RouterTest.php Confirms that default placeholders in paths work correctly.
RouterTestServiceProvider class core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php Registers a dynamic route provider.
RouterTestServiceProvider.php file core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php
RouterTestServiceProvider::register function core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php Registers services to the container.
RouteSubscriber::getViewsDisplayIDsWithRoute function core/modules/views/src/EventSubscriber/RouteSubscriber.php Gets all the views and display IDs using a route.
RouteTest::providerTestRoute function core/modules/migrate/tests/src/Kernel/process/RouteTest.php Data provider for testRoute().
RouteTest::providerTestRouteWithParamQuery function core/modules/migrate/tests/src/Kernel/process/RouteTest.php Data provider for testRouteWithParamQuery().
Row::$idMap property core/modules/migrate/src/Row.php The mapping between source and destination identifiers.
Row::$sourceIds property core/modules/migrate/src/Row.php The source identifiers.
Row::getIdMap function core/modules/migrate/src/Row.php Retrieves the Migrate ID mappings.
Row::getSourceIdValues function core/modules/migrate/src/Row.php Retrieves the values of the source identifiers.
Row::setIdMap function core/modules/migrate/src/Row.php Sets the Migrate ID mappings.
RowCountExceptionTest::providerTestExceptionMessage function core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php Data provider for ::testExceptionMessage()
RowEntityRenderersTest::$ids property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::$testIds property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php An array of IDs of the test content.
RowPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/row/RowPluginBase.php Validate the options form.
RowTest::$testGetSourceIds property core/modules/migrate/tests/src/Unit/RowTest.php Test source keys for testing get and getMultiple.
RowTest::$testSourceIds property core/modules/migrate/tests/src/Unit/RowTest.php The source IDs.
RowTest::getDataProvider function core/modules/migrate/tests/src/Unit/RowTest.php Data Provider for testGet.
RowTest::getMultipleDataProvider function core/modules/migrate/tests/src/Unit/RowTest.php Data Provider for testGetMultiple.
RowTest::testGetSetIdMap function core/modules/migrate/tests/src/Unit/RowTest.php Tests getting/setting the ID Map.
RowTest::testMultipleSourceIdValues function core/modules/migrate/tests/src/Unit/RowTest.php Tests the multiple source IDs.
RowTest::testRowWithInvalidData function core/modules/migrate/tests/src/Unit/RowTest.php Tests object creation: invalid values.
RowTest::testRowWithMultipleSourceIds function core/modules/migrate/tests/src/Unit/RowTest.php Tests object creation: multiple source IDs.
RowTest::testSourceIdValues function core/modules/migrate/tests/src/Unit/RowTest.php Tests the source ID.
Rss::$entityTypeId property core/modules/node/src/Plugin/views/row/Rss.php The ID of the entity type for which this is an RSS row plugin.
Rss::$entityTypeId property core/modules/comment/src/Plugin/views/row/Rss.php The ID of the entity type for which this is an RSS row plugin.
RssFeedsForm::getFormId function core/modules/system/src/Form/RssFeedsForm.php Returns a unique string identifying the form.
RssFields::validate function core/modules/views/src/Plugin/views/row/RssFields.php Validate that the plugin is correct and can be saved.
RssPluginBase::$entityTypeId property core/modules/views/src/Plugin/views/row/RssPluginBase.php The ID of the entity type for which this is an RSS row plugin.
RssResponseRelativeUrlFilterTest::providerTestOnResponse function core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php
RsyncValidator class core/modules/package_manager/src/Validator/RsyncValidator.php Checks that rsync is available.
RsyncValidator.php file core/modules/package_manager/src/Validator/RsyncValidator.php
RsyncValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/RsyncValidator.php
RsyncValidator::validate function core/modules/package_manager/src/Validator/RsyncValidator.php Checks that rsync is available.

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