debug:router

ルートを表示

Usage:

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

Available options

Option Details
--pattern Route pattern

Available arguments

Argument Details
route-name ルートの名前

Examples

Displays current routes for the application

drupal rod

Displays details for the route 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