help_topics.routing.yml in Drupal 8
Same filename and directory in other branches
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.ymlView source
- help.help_topic:
- path: '/admin/help/topic/{id}'
- defaults:
- _controller: '\Drupal\help_topics\Controller\HelpTopicPluginController::viewHelpTopic'
- requirements:
- _permission: 'access administration pages'