Could be very useful to add to devel a functionality that shows an overview of all the site's routes and allow to inspect every single route using the dumper system.

Something like in the image below


Clicking on the Devel operation button the user will be redirected to a page that show the route dump


Support from Acquia helps fund testing for Drupal Acquia logo

Comments

willzyx created an issue. See original summary.

willzyx’s picture

Issue summary: View changes
FileSize
86.86 KB
38.61 KB
willzyx’s picture

Status: Active » Needs review
FileSize
20.04 KB

And here the patch complete of test coverage

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

Looks excellent to me.

willzyx’s picture

Some little changes:
- list the new functionality in the hook devel_help()
- deprecate the old menu plugin (to be removed in stable release) instead of removing it. I suspect that if we remove it, a lot of people can encounter fatal errors when upgrading from older version
- some minor coding standard, naming and aesthetical things

  • willzyx committed 049ce37 on 8.x-1.x
    Issue #2834390 by willzyx: Add Routes info page
    
willzyx’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.