Mercurial > hg > isophonics-drupal-site
view core/modules/help/help.routing.yml @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line source
help.main: path: '/admin/help' defaults: _controller: '\Drupal\help\Controller\HelpController::helpMain' _title: 'Help' requirements: _permission: 'access administration pages' help.page: path: '/admin/help/{name}' defaults: _controller: '\Drupal\help\Controller\HelpController::helpPage' _title: 'Help' requirements: _permission: 'access administration pages'