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.

Command icon 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

brooke_heaton created an issue. See original summary.

brooke_heaton’s picture

StatusFileSize
new1.78 KB

Here'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.

brooke_heaton’s picture

Assigned: Unassigned » brooke_heaton
Status: Active » Needs review
brooke_heaton’s picture

In theory, exposting Routes to Views might best be done in Core but for now, this gets us there.

shashank5563’s picture

shashank5563’s picture

Status: Needs review » Fixed
shashank5563’s picture

Status: Fixed » Closed (fixed)