Loading core/core.services.yml +0 −1 Original line number Diff line number Diff line Loading @@ -1024,7 +1024,6 @@ services: class: \Drupal\Core\Routing\Router arguments: ['@router.route_provider', '@path.current', '@url_generator'] tags: # @todo Try to combine those tags together, see https://www.drupal.org/node/2915772. - { name: service_collector, tag: non_lazy_route_enhancer, call: addDeprecatedRouteEnhancer } - { name: service_collector, tag: route_enhancer, call: addRouteEnhancer } - { name: service_collector, tag: non_lazy_route_filter, call: addDeprecatedRouteFilter } Loading Loading
core/core.services.yml +0 −1 Original line number Diff line number Diff line Loading @@ -1024,7 +1024,6 @@ services: class: \Drupal\Core\Routing\Router arguments: ['@router.route_provider', '@path.current', '@url_generator'] tags: # @todo Try to combine those tags together, see https://www.drupal.org/node/2915772. - { name: service_collector, tag: non_lazy_route_enhancer, call: addDeprecatedRouteEnhancer } - { name: service_collector, tag: route_enhancer, call: addRouteEnhancer } - { name: service_collector, tag: non_lazy_route_filter, call: addDeprecatedRouteFilter } Loading