You are here

taxonomy.services.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/taxonomy/taxonomy.services.yml
core/modules/taxonomy/taxonomy.services.yml

File

core/modules/taxonomy/taxonomy.services.yml
View source
  1. services:
  2. taxonomy_term.breadcrumb:
  3. class: Drupal\taxonomy\TermBreadcrumbBuilder
  4. arguments: ['@entity_type.manager', '@entity.repository']
  5. tags:
  6. - { name: breadcrumb_builder, priority: 1002 }
  7. taxonomy_term.taxonomy_term_route_context:
  8. class: Drupal\taxonomy\ContextProvider\TermRouteContext
  9. arguments: ['@current_route_match']
  10. tags:
  11. - { name: 'context_provider' }