I need to write a module that gives me a page, all the possible ways to install drupal, including axis pages. (site map will not work for this).
I can query the url_alias table for aliases, and I can query the menu_router table for all paths, even those set in the page / feed mappings in the views. But path variables (those that have arguments) are interpreted at runtime.
So, is there a way to get all possible drupal installation paths, including dynamic paths and orphans? This is a catch22. I must know all the URLs in advance in order to get them.
Aaron source
share