debug:router
Afişează rutele curente
Usage:
drupal debug:router [arguments] [options]
dr
rodAvailable options
| Option | Details |
|---|---|
--pattern | Route pattern |
Available arguments
| Argument | Details |
|---|---|
route-name | Numele rutei |
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