help.services.yml

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

File

core/modules/help/help.services.yml

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

Services

Title Deprecated Summary
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.