You are here

help_topics.routing.yml in Drupal 8

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

File

core/modules/help_topics/help_topics.routing.yml
View source
  1. help.help_topic:
  2. path: '/admin/help/topic/{id}'
  3. defaults:
  4. _controller: '\Drupal\help_topics\Controller\HelpTopicPluginController::viewHelpTopic'
  5. requirements:
  6. _permission: 'access administration pages'