Problem/Motivation
I would love to be able to generate a Views Display of all routes so that they can be better renderd and filtered. My use case is that I am creating a Behavior Test to check all non-dynamic routes to ensure that the page can load without error, thus catching any regression from, for instance, a contributed or custom module. Currently the display is static and cannot be overriden.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | add_views_integration_3374501_1.patch | 1.78 KB | brooke_heaton |
Issue fork routes_list-3374501
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
brooke_heaton commentedHere's a patch to add Views integration. It might be good to also add a default config that adds a default view rather than the static report.
Comment #4
brooke_heaton commentedComment #5
brooke_heaton commentedIn theory, exposting Routes to Views might best be done in Core but for now, this gets us there.
Comment #6
shashank5563 commentedComment #7
shashank5563 commentedComment #8
shashank5563 commented