You are here

service help.breadcrumb in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/help_topics/help_topics.services.yml \help.breadcrumb
  2. 9 core/modules/help_topics/help_topics.services.yml \help.breadcrumb

Class

Drupal\help_topics\HelpBreadcrumbBuilder

Tags

  • breadcrumb_builder

File

core/modules/help_topics/help_topics.services.yml
core/modules/help_topics/help_topics.services.yml

View source
  1. class: Drupal\help_topics\HelpBreadcrumbBuilder
  2. arguments:
  3. - '@string_translation'
  4. tags:
  5. - { name: breadcrumb_builder, priority: 900 }
  6. public: false