taxonomy.services.yml
Same filename in other branches
File
-
core/
modules/ taxonomy/ taxonomy.services.yml
View source
- services:
- taxonomy_term.breadcrumb:
- class: Drupal\taxonomy\TermBreadcrumbBuilder
- arguments: ['@entity_type.manager', '@entity.repository']
- tags:
- - { name: breadcrumb_builder, priority: 1002 }
- taxonomy_term.taxonomy_term_route_context:
- class: Drupal\taxonomy\ContextProvider\TermRouteContext
- arguments: ['@current_route_match']
- tags:
- - { 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.