Search for route

  1. Search 7.x for route
  2. Search 9.5.x for route
  3. Search 8.9.x for route
  4. Search 10.3.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
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::testMatchesWithDifferentFitOrder function core/tests/Drupal/Tests/Core/Routing/RouterTest.php Tests matches with different fit order.
RouterTest::testRouteAlias function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests route aliasing.
RouterTest::testRouteAliasWithDeprecation function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests route aliasing with deprecation.
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::testSuccessiveSlashes function core/modules/system/tests/src/Functional/Routing/RouterTest.php Ensure that multiple successive slashes are redirected.
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.
RouterTestEarlyExceptionSubscriber class core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php Event subscribers for exceptions thrown in early kernel middleware.
RouterTestEarlyExceptionSubscriber.php file core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php
RouterTestEarlyExceptionSubscriber::getSubscribedEvents function core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php
RouterTestEarlyExceptionSubscriber::onKernelRequest function core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php Throw an exception, which will trigger exception-handling subscribers.
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.
RouterTestThemeHooks class core/modules/system/tests/modules/router_test_directory/src/Hook/RouterTestThemeHooks.php Hook implementations for router_test.
RouterTestThemeHooks.php file core/modules/system/tests/modules/router_test_directory/src/Hook/RouterTestThemeHooks.php
RouterTestThemeHooks::preprocessPage function core/modules/system/tests/modules/router_test_directory/src/Hook/RouterTestThemeHooks.php Implements hook_preprocess_HOOK().
RouterUnsupportedTest class core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php Tests Drupal\Core\Routing\Router.
RouterUnsupportedTest.php file core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php
RouterUnsupportedTest::testGenerateUnsupported function core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php Tests generate unsupported.
router_installer_test.info.yml file core/modules/system/tests/modules/router_installer_test/router_installer_test.info.yml core/modules/system/tests/modules/router_installer_test/router_installer_test.info.yml
router_installer_test.routing.yml file core/modules/system/tests/modules/router_installer_test/router_installer_test.routing.yml core/modules/system/tests/modules/router_installer_test/router_installer_test.routing.yml
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
router_test.permissions.yml file core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml
router_test.routing.yml file core/modules/system/tests/modules/router_test_directory/router_test.routing.yml core/modules/system/tests/modules/router_test_directory/router_test.routing.yml
router_test_install function core/modules/system/tests/modules/router_test_directory/router_test.install Implements hook_install().
Routes class core/modules/jsonapi/src/Routing/Routes.php Defines dynamic routes.
Routes class core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php Provides dynamic routes for test purposes.
Routes.php file core/modules/jsonapi/src/Routing/Routes.php
Routes.php file core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php
Routes::$jsonApiBasePath property core/modules/jsonapi/src/Routing/Routes.php The JSON:API base path.
Routes::$providerIds property core/modules/jsonapi/src/Routing/Routes.php List of providers.
Routes::$resourceTypeRepository property core/modules/jsonapi/src/Routing/Routes.php The JSON:API resource type repository.
Routes::addRouteParameter function core/modules/jsonapi/src/Routing/Routes.php Adds a parameter option to a route, overrides options of the same name.
Routes::CONTROLLER_SERVICE_NAME constant core/modules/jsonapi/src/Routing/Routes.php The service name for the primary JSON:API controller.
Routes::create function core/modules/jsonapi/src/Routing/Routes.php Instantiates a new instance of this class.
Routes::dynamic function core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php
Routes::getEntryPointRoute function core/modules/jsonapi/src/Routing/Routes.php Provides the entry point route.
Routes::getFileUploadRouteName function core/modules/jsonapi/src/Routing/Routes.php Get a unique route name for the file upload resource type and route type.
Routes::getFileUploadRoutesForResourceType function core/modules/jsonapi/src/Routing/Routes.php Gets the file upload route collection for the given resource type.
Routes::getIndividualRoutesForResourceType function core/modules/jsonapi/src/Routing/Routes.php Gets a route collection for the given resource type.
Routes::getResourceTypeNameFromParameters function core/modules/jsonapi/src/Routing/Routes.php Gets the resource type from a route or request's parameters.
Routes::getRouteName function core/modules/jsonapi/src/Routing/Routes.php Get a unique route name for the JSON:API resource type and route type.
Routes::getRoutesForResourceType function core/modules/jsonapi/src/Routing/Routes.php Gets applicable resource routes for a JSON:API resource type.

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