Search for route

  1. Search 7.x for route
  2. Search 9.5.x for route
  3. Search 10.3.x for route
  4. Search 11.x for route
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Route class core/modules/migrate/src/Plugin/migrate/process/Route.php Sets the destination route information based on the source link_path.
Route class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php

All search results

Title Object type File name Summary
Router::applyRouteFilters function core/lib/Drupal/Core/Routing/Router.php Applies all route filters to a given route collection.
Router::doMatchCollection function core/lib/Drupal/Core/Routing/Router.php Tries to match a URL with a set of routes.
Router::generate function core/lib/Drupal/Core/Routing/Router.php
Router::getInitialRouteCollection function core/lib/Drupal/Core/Routing/Router.php Returns a collection of potential matching routes for a request.
Router::getRouteCollection function core/lib/Drupal/Core/Routing/Router.php
Router::match function core/lib/Drupal/Core/Routing/Router.php
Router::matchCollection function core/lib/Drupal/Core/Routing/Router.php Tries to match a URL with a set of routes.
Router::matchRequest function core/lib/Drupal/Core/Routing/Router.php
Router::__construct function core/lib/Drupal/Core/Routing/Router.php Constructs a new Router.
RouterIndexOptimizationFilledTest class core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php Runs RouterIndexOptimizationTest with a dump filled with content.
RouterIndexOptimizationFilledTest.php file core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php
RouterIndexOptimizationFilledTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php The theme to install as the default for testing.
RouterIndexOptimizationFilledTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php Set database dump files to be used.
RouterIndexOptimizationTest class core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationTest.php Tests system_update_8002().
RouterIndexOptimizationTest.php file core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationTest.php
RouterIndexOptimizationTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationTest.php The theme to install as the default for testing.
RouterIndexOptimizationTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationTest.php Set database dump files to be used.
RouterIndexOptimizationTest::testUpdate function core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationTest.php Ensures that the system_update_8002() runs as expected.
RouterPermissionTest class core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php Function Tests for the routing permission system.
RouterPermissionTest.php file core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php
RouterPermissionTest::$defaultTheme property core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php The theme to install as the default for testing.
RouterPermissionTest::$modules property core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php Modules to enable.
RouterPermissionTest::testPermissionAccess function core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php Tests permission requirements on routes.
RouterTest class core/modules/system/tests/src/Functional/Routing/RouterTest.php Functional class for the full integrated routing system.
RouterTest class core/tests/Drupal/Tests/Core/Routing/RouterTest.php @coversDefaultClass \Drupal\Core\Routing\Router
@group Routing
RouterTest.php file core/tests/Drupal/Tests/Core/Routing/RouterTest.php
RouterTest.php file core/modules/system/tests/src/Functional/Routing/RouterTest.php
RouterTest::$defaultTheme property core/modules/system/tests/src/Functional/Routing/RouterTest.php The theme to install as the default for testing.
RouterTest::$modules property core/modules/system/tests/src/Functional/Routing/RouterTest.php Modules to enable.
RouterTest::testControllerPlaceholders function core/modules/system/tests/src/Functional/Routing/RouterTest.php Confirms that placeholders in paths work correctly.
RouterTest::testControllerPlaceholdersDefaultValues function core/modules/system/tests/src/Functional/Routing/RouterTest.php Confirms that default placeholders in paths work correctly.
RouterTest::testControllerPlaceholdersDefaultValuesProvided function core/modules/system/tests/src/Functional/Routing/RouterTest.php Confirms that default placeholders in paths work correctly.
RouterTest::testControllerResolutionAjax function core/modules/system/tests/src/Functional/Routing/RouterTest.php Checks that an ajax request gets rendered as an Ajax response, by mime.
RouterTest::testControllerResolutionPage function core/modules/system/tests/src/Functional/Routing/RouterTest.php Checks that a request with text/html response gets rendered as a page.
RouterTest::testDuplicateRoutePaths function core/modules/system/tests/src/Functional/Routing/RouterTest.php Confirms that multiple routes with the same path do not cause an error.
RouterTest::testDynamicRoutes function core/modules/system/tests/src/Functional/Routing/RouterTest.php Checks that dynamically defined and altered routes work correctly.
RouterTest::testFinishResponseSubscriber function core/modules/system/tests/src/Functional/Routing/RouterTest.php Confirms that our FinishResponseSubscriber logic works properly.
RouterTest::testLeadingSlashes function core/modules/system/tests/src/Functional/Routing/RouterTest.php Ensure that multiple leading slashes are redirected.
RouterTest::testMatchesWithDifferentFitOrder function core/tests/Drupal/Tests/Core/Routing/RouterTest.php @covers ::applyFitOrder
RouterTest::testRouterMatching function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests that a page trying to match a path will succeed.
RouterTest::testRouterResponsePsr7 function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests that a PSR-7 response works.
RouterTest::testRouterUninstallInstall function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests that routes no longer exist for a module that has been uninstalled.
RouterTest::testUrlGeneratorFront function core/modules/system/tests/src/Functional/Routing/RouterTest.php Checks the generate method on the url generator using the front router.
RouterTest::testUserAccount function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests the user account on the DIC.
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.
router_listener service core/core.services.yml Symfony\Component\HttpKernel\EventListener\RouterListener
router_test.info.yml file core/modules/system/tests/modules/router_test_directory/router_test.info.yml core/modules/system/tests/modules/router_test_directory/router_test.info.yml
router_test.install file core/modules/system/tests/modules/router_test_directory/router_test.install Install, update and uninstall functions for the router_test module.

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