14 lines
		
	
	
		
			441 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			441 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
								 | 
							
								services:
							 | 
						||
| 
								 | 
							
								  _defaults:
							 | 
						||
| 
								 | 
							
								    autoconfigure: true
							 | 
						||
| 
								 | 
							
								  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' }
							 |