help.services.yml

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

File

core/modules/help/help.services.yml

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

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