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. calls:
  11. - [setSearchManager, ['@?plugin.manager.search']]
  12. tags:
  13. - { name: plugin_manager_cache_clear }
  14. help.breadcrumb:
  15. class: Drupal\help\HelpBreadcrumbBuilder
  16. tags:
  17. - { name: breadcrumb_builder, priority: 900 }
  18. public: false
  19. plugin.manager.help_topic:
  20. class: Drupal\help\HelpTopicPluginManager
  21. arguments: ['@module_handler', '@theme_handler', '@cache.discovery', '%app.root%']
  22. Drupal\help\HelpTopicPluginManagerInterface: '@plugin.manager.help_topic'
  23. help.twig.loader:
  24. class: Drupal\help\HelpTopicTwigLoader
  25. arguments: ['%app.root%', '@module_handler', '@theme_handler']
  26. # Lowest core priority because loading help topics is not the usual case.
  27. tags:
  28. - { name: twig.loader, priority: -200 }
  29. public: false
  30. help_twig.extension:
  31. class: Drupal\help\HelpTwigExtension
  32. tags:
  33. - { 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.