2013-10-13 12:46:11 +00:00
|
|
|
services:
|
|
|
|
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:
|
|
|
|
class: Drupal\taxonomy\ContextProvider\TermRouteContext
|
|
|
|
arguments: ['@current_route_match']
|
|
|
|
tags:
|
|
|
|
- { name: 'context_provider' }
|