taxonomy.services.yml

Same filename in other branches
  1. 8.9.x core/modules/taxonomy/taxonomy.services.yml
  2. 10 core/modules/taxonomy/taxonomy.services.yml
  3. 11.x 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' }

Services

Title Deprecated Summary
taxonomy_term.breadcrumb Drupal\taxonomy\TermBreadcrumbBuilder
taxonomy_term.taxonomy_term_route_context Drupal\taxonomy\ContextProvider\TermRouteContext

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