Follow-up from #2073811-70: Add a url generator twig extension.
In an effort of compromise, I think we have agreed that a needed helper function (in a separate issue) should be added to determine a list of available routes:
{{ dump(routes()) }}or{{ dump(routes('^user')) }}(for routes that start with user)
This function should allow a RegEx pattern matching argument to filter routes.
This is currently blocked by #2106811: Create route discoverability (back end)
Comments
Comment #1
catchThis seems like something devel could add? Either way it's blocked on the above issue.
Comment #1.0
catchUpdated issue summary.
Comment #2
star-szrI think contrib (particularly webprofiler) looks like the way to go here.