taxonomy.services.yml

core/modules/taxonomy/taxonomy.services.yml

File

core/modules/taxonomy/taxonomy.services.yml

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