help_topics.routing.yml in Drupal 10
Same filename and directory in other branches
core/modules/help_topics/help_topics.routing.yml
6 string references to YAML keys in help_topics.routing.yml
- HelpBreadcrumbBuilder::applies in core/
modules/ help_topics/ src/ HelpBreadcrumbBuilder.php - HelpTopicPluginBase::toLink in core/
modules/ help_topics/ src/ HelpTopicPluginBase.php - HelpTopicPluginBase::toUrl in core/
modules/ help_topics/ src/ HelpTopicPluginBase.php - HelpTopicPluginController::viewHelpTopic in core/
modules/ help_topics/ src/ Controller/ HelpTopicPluginController.php - Displays a help topic page.
- HelpTwigExtension::getTopicLink in core/
modules/ help_topics/ src/ HelpTwigExtension.php - Returns a link to a help topic, or the title of the topic.
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'