Deprecate non_lazy_route_enhancer service tag in favor of route_enhancer, same for non_lazy_route_filter and route_filter

Created on 12 October 2017, about 7 years ago
Updated 13 March 2023, almost 2 years ago

Problem/Motivation

Remark by @tim.plunkett at #2883680-72: Force all route filters and route enhancers to be non-lazy β†’ .2

+++ b/core/core.services.yml
@@ -864,10 +854,12 @@ services:
       - { name: service_collector, tag: non_lazy_route_enhancer, call: addRouteEnhancer }
+      - { name: service_collector, tag: route_enhancer, call: addRouteEnhancer  }
       - { name: service_collector, tag: non_lazy_route_filter, call: addRouteFilter }
+      - { name: service_collector, tag: route_filter, call: addRouteFilter }

Should any of these tags have @todo/@deprecated to eventually consolidate theme?

Proposed resolution

Remaining tasks

User interface changes

API changes

Deprecate the non_lazy_route_filter service tag
Deprecate the non_lazy_route_enhancer service tag

Data model changes

πŸ“Œ Task
Status

Fixed

Version

10.1 ✨

Component
RoutingΒ  β†’

Last updated 1 day ago

Created by

πŸ‡©πŸ‡ͺGermany dawehner

Live updates comments and jobs are added and updated live.
  • API change

    Changes an existing API or subsystem. Not backportable to earlier major versions, unless absolutely required to fix a critical bug.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024