Search for routes

  1. Search 7.x for routes
  2. Search 9.5.x for routes
  3. Search 10.3.x for routes
  4. Search 11.x for routes
  5. Other projects
Title Object type File name Summary
BcRoutesTest class core/modules/settings_tray/tests/src/Kernel/BcRoutesTest.php Tests Settings Tray BC routes.
BcRoutesTest.php file core/modules/settings_tray/tests/src/Kernel/BcRoutesTest.php
BcRoutesTest::$modules property core/modules/settings_tray/tests/src/Kernel/BcRoutesTest.php Modules to enable.
BcRoutesTest::testOffCanvasFormRouteBc function core/modules/settings_tray/tests/src/Kernel/BcRoutesTest.php @expectedDeprecation The 'entity.block.off_canvas_form' route is deprecated since version 8.5.x and will be removed in 9.0.0. Use the 'entity.block.settings_tray_form' route instead.
PathLegacyRoutesKernelTest class core/modules/path/tests/src/Kernel/PathLegacyRoutesKernelTest.php Tests the BC layer for the deprecated routes of the path module.
PathLegacyRoutesKernelTest.php file core/modules/path/tests/src/Kernel/PathLegacyRoutesKernelTest.php
PathLegacyRoutesKernelTest::$modules property core/modules/path/tests/src/Kernel/PathLegacyRoutesKernelTest.php Modules to enable.
PathLegacyRoutesKernelTest::testLegacyAddRoute function core/modules/path/tests/src/Kernel/PathLegacyRoutesKernelTest.php @expectedDeprecation The 'path.admin_add' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.add_form' route instead. See https://www.drupal.org/node/3013865
PathLegacyRoutesKernelTest::testLegacyCollectionFilterRoute function core/modules/path/tests/src/Kernel/PathLegacyRoutesKernelTest.php @expectedDeprecation The 'path.admin_overview_filter' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.collection' route instead. See https://www.drupal.org/node/3013865
PathLegacyRoutesKernelTest::testLegacyCollectionRoute function core/modules/path/tests/src/Kernel/PathLegacyRoutesKernelTest.php @expectedDeprecation The 'path.admin_overview' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.collection' route instead. See https://www.drupal.org/node/3013865
PathLegacyRoutesKernelTest::testLegacyDeleteRoute function core/modules/path/tests/src/Kernel/PathLegacyRoutesKernelTest.php @expectedDeprecation The 'path.delete' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.delete_form' route instead. See https://www.drupal.org/node/3013865
PathLegacyRoutesKernelTest::testLegacyEditRoute function core/modules/path/tests/src/Kernel/PathLegacyRoutesKernelTest.php @expectedDeprecation The 'path.admin_edit' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.edit_form' route instead. See https://www.drupal.org/node/3013865
RouteSubscriber class core/modules/path/src/Routing/RouteSubscriber.php Provides backwards-compatible routes for the path module.
RouteSubscriber class core/modules/media/tests/modules/media_test_ckeditor/src/Routing/RouteSubscriber.php Listens to the dynamic route events.
RouteSubscriber.php file core/modules/path/src/Routing/RouteSubscriber.php
RouteSubscriber.php file core/modules/media/tests/modules/media_test_ckeditor/src/Routing/RouteSubscriber.php
RouteSubscriber::alterRoutes function core/modules/media/tests/modules/media_test_ckeditor/src/Routing/RouteSubscriber.php Alters existing routes for a specific collection.
RouteSubscriber::getSubscribedEvents function core/modules/path/src/Routing/RouteSubscriber.php
RouteSubscriber::onDynamicRouteEvent function core/modules/path/src/Routing/RouteSubscriber.php Provides routes on route rebuild time.

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