Files
drupal11-ddev/web/core/modules/toolbar/toolbar.routing.yml

7 lines
246 B
YAML
Raw Permalink Normal View History

2025-10-08 11:39:17 -04:00
toolbar.subtrees:
path: '/toolbar/subtrees/{hash}'
defaults:
_controller: '\Drupal\toolbar\Controller\ToolbarController::subtreesAjax'
requirements:
_custom_access: '\Drupal\toolbar\Controller\ToolbarController::checkSubTreeAccess'