debug:router
Exibe as rotas atuais de uma aplicação
Utilização:
drupal debug:router [arguments] [options]
dr
rodOpções disponíveis
| Opção | Detalhes |
|---|---|
--pattern | Route pattern |
Argumentos disponíveis
| Argumento | Detalhes |
|---|---|
route-name | Nomes das rotas |
Exemplos
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