You are here

toolbar.routing.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/toolbar/toolbar.routing.yml
core/modules/toolbar/toolbar.routing.yml

File

core/modules/toolbar/toolbar.routing.yml
View source
  1. toolbar.subtrees:
  2. path: '/toolbar/subtrees/{hash}'
  3. defaults:
  4. _controller: '\Drupal\toolbar\Controller\ToolbarController::subtreesAjax'
  5. requirements:
  6. _custom_access: '\Drupal\toolbar\Controller\ToolbarController::checkSubTreeAccess'