debug:router

显示应用程序的当前路由或特定路由的信息

使用方法:

drupal debug:router [arguments] [options]
dr
rod

可用选项

选项详细信息

--pattern

Route pattern

可用参数

参数详细信息

route-name

路由名称

例子

显示应用程序的当前路由

drupal rod

显示路由 user.page (/user) 的详细信息

drupal rod user.page

Shows the routes list on the site

drupal debug:router

Display information on the user.login

drupal debug:router user.login

Display information for the routes by pattern (/user/login)

drupal debug:router --pattern=/user/login