debug:router
Displays current routes for the application or information for a particular route
Usage:
drupal debug:router [arguments] [options]
dr
rodAvailable options
| Option | Details |
|---|---|
--pattern | Route pattern |
Available arguments
| Argument | Details |
|---|---|
route-name | Route names |
Examples
Displays current routes for the application
drupal rodDisplays details for the route user.page (/user)
drupal rod user.pageShows the routes list on the site
drupal debug:routerDisplay information on the user.login
drupal debug:router user.loginDisplay information for the routes by pattern (/user/login)
drupal debug:router --pattern=/user/login