taxonomy.services.yml

Same filename in other branches
  1. 9 core/modules/taxonomy/taxonomy.services.yml
  2. 8.9.x core/modules/taxonomy/taxonomy.services.yml
  3. 10 core/modules/taxonomy/taxonomy.services.yml
core/modules/taxonomy/taxonomy.services.yml

File

core/modules/taxonomy/taxonomy.services.yml

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

Services

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

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