toolbar.routing.yml in Drupal 9
Same filename and directory in other branches
core/modules/toolbar/toolbar.routing.yml
File
core/modules/toolbar/toolbar.routing.ymlView source
- toolbar.subtrees:
- path: '/toolbar/subtrees/{hash}'
- defaults:
- _controller: '\Drupal\toolbar\Controller\ToolbarController::subtreesAjax'
- requirements:
- _custom_access: '\Drupal\toolbar\Controller\ToolbarController::checkSubTreeAccess'