Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / debug.router.yml
1 description: 'Displays current routes for the application or information for a particular route'
2 arguments:
3     route-name: 'Route names'
4 messages:
5     name: 'Route name'
6     class: 'Class path'
7     route: Route
8     path: Path
9     defaults: Defaults
10     requirements: Requirements
11     options: Options
12 examples:
13     - description: 'Displays current routes for the application'
14       execution: 'drupal rod'
15     - description: 'Displays details for the route user.page (/user)'
16       execution: 'drupal rod user.page'
17 examples:
18     - description: 'Shows the routes list on the site'
19       execution: |
20         drupal debug:router
21     - description: 'Display information on the user.login'
22       execution: |
23         drupal debug:router user.login