2013-10-13 12:46:11 +00:00
|
|
|
services:
|
2024-06-12 11:21:34 +00:00
|
|
|
_defaults:
|
|
|
|
autoconfigure: true
|
2013-10-13 12:46:11 +00:00
|
|
|
taxonomy_term.breadcrumb:
|
|
|
|
class: Drupal\taxonomy\TermBreadcrumbBuilder
|
2019-01-11 14:13:39 +00:00
|
|
|
arguments: ['@entity_type.manager', '@entity.repository']
|
2013-10-13 12:46:11 +00:00
|
|
|
tags:
|
|
|
|
- { name: breadcrumb_builder, priority: 1002 }
|
Issue #2998826 by hctom, evilehk, paulocs, 5n00py, chipway, tim.plunkett, ravi.shankar, mpolishchuck, james.williams, alexpott, DuaelFr, Berdir, quietone, pcambra: Term route context
2021-04-26 08:35:40 +00:00
|
|
|
taxonomy_term.taxonomy_term_route_context:
|
Issue #3112452 by lalitware, guilhermevp, narendra.rajwar27, WagnerMelo, ravi.shankar, mradcliffe, adalbertov, himanshu_sindhwani, quondam, Vidushi Mehta, alexpott, longwave, anmolgoyal74: Fix indentation consistency in core's yaml files
2022-10-09 11:06:21 +00:00
|
|
|
class: Drupal\taxonomy\ContextProvider\TermRouteContext
|
|
|
|
arguments: ['@current_route_match']
|
|
|
|
tags:
|
|
|
|
- { name: 'context_provider' }
|