help_topics.routing.yml

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
5 string references to YAML keys in help_topics.routing.yml
HelpBreadcrumbBuilder::applies in core/modules/help_topics/src/HelpBreadcrumbBuilder.php
Whether this breadcrumb builder should be used to build the breadcrumb.
HelpTopicPluginBase::toLink in core/modules/help_topics/src/HelpTopicPluginBase.php
Returns a link for viewing the help topic.
HelpTopicPluginBase::toUrl in core/modules/help_topics/src/HelpTopicPluginBase.php
Returns the URL for viewing the help topic.
HelpTopicPluginController::viewHelpTopic in core/modules/help_topics/src/Controller/HelpTopicPluginController.php
Displays a help topic page.
help_topics_help in core/modules/help_topics/help_topics.module
Implements hook_help().

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'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.