Search for routes
- Search 7.x for routes
- Search 9.5.x for routes
- Search 10.3.x for routes
- Search 11.x for routes
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BcRoutesTest | class | core/ |
Tests Settings Tray BC routes. |
BcRoutesTest.php | file | core/ |
|
BcRoutesTest::$modules | property | core/ |
Modules to enable. |
BcRoutesTest::testOffCanvasFormRouteBc | function | core/ |
@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/ |
Tests the BC layer for the deprecated routes of the path module. |
PathLegacyRoutesKernelTest.php | file | core/ |
|
PathLegacyRoutesKernelTest::$modules | property | core/ |
Modules to enable. |
PathLegacyRoutesKernelTest::testLegacyAddRoute | function | core/ |
@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/ |
@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/ |
@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/ |
@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/ |
@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/ |
Provides backwards-compatible routes for the path module. |
RouteSubscriber | class | core/ |
Listens to the dynamic route events. |
RouteSubscriber.php | file | core/ |
|
RouteSubscriber.php | file | core/ |
|
RouteSubscriber::alterRoutes | function | core/ |
Alters existing routes for a specific collection. |
RouteSubscriber::getSubscribedEvents | function | core/ |
|
RouteSubscriber::onDynamicRouteEvent | function | core/ |
Provides routes on route rebuild time. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.