Mercurial > hg > isophonics-drupal-site
annotate core/modules/toolbar/toolbar.routing.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 toolbar.subtrees: |
Chris@0 | 2 path: '/toolbar/subtrees/{hash}' |
Chris@0 | 3 defaults: |
Chris@0 | 4 _controller: '\Drupal\toolbar\Controller\ToolbarController::subtreesAjax' |
Chris@0 | 5 requirements: |
Chris@0 | 6 _custom_access: '\Drupal\toolbar\Controller\ToolbarController::checkSubTreeAccess' |