help.services.yml

Same filename in other branches
  1. 9 core/modules/help/help.services.yml
  2. 8.9.x core/modules/help/help.services.yml
  3. 11.x core/modules/help/help.services.yml
core/modules/help/help.services.yml

File

core/modules/help/help.services.yml

View source
  1. services:
  2. plugin.manager.help_section:
  3. class: Drupal\help\HelpSectionManager
  4. parent: default_plugin_manager
  5. calls:
  6. - [setSearchManager, ['@?plugin.manager.search']]
  7. tags:
  8. - { name: plugin_manager_cache_clear }
  9. help.breadcrumb:
  10. class: Drupal\help\HelpBreadcrumbBuilder
  11. tags:
  12. - { name: breadcrumb_builder, priority: 900 }
  13. public: false
  14. plugin.manager.help_topic:
  15. class: Drupal\help\HelpTopicPluginManager
  16. arguments: ['@module_handler', '@theme_handler', '@cache.discovery', '%app.root%']
  17. Drupal\help\HelpTopicPluginManagerInterface: '@plugin.manager.help_topic'
  18. help.twig.loader:
  19. class: Drupal\help\HelpTopicTwigLoader
  20. arguments: ['%app.root%', '@module_handler', '@theme_handler']
  21. # Lowest core priority because loading help topics is not the usual case.
  22. tags:
  23. - { name: twig.loader, priority: -200 }
  24. public: false
  25. help_twig.extension:
  26. class: Drupal\help\HelpTwigExtension
  27. arguments: ['@access_manager', '@plugin.manager.help_topic', '@string_translation']
  28. tags:
  29. - { name: twig.extension }

Services

Title Deprecated Summary
Drupal\help\HelpTopicPluginManagerInterface
help.breadcrumb Drupal\help\HelpBreadcrumbBuilder
help.twig.loader Drupal\help\HelpTopicTwigLoader
help_twig.extension Drupal\help\HelpTwigExtension
plugin.manager.help_section Drupal\help\HelpSectionManager
plugin.manager.help_topic Drupal\help\HelpTopicPluginManager

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