- π«π·France andypost
re-roll for 10.1 and fix tests with
$this->route->setOption('compiler_class', RouteCompiler::class);
- π«π·France andypost
Additionally to #45 there's issue π \Drupal\Core\Routing\UrlMatcher is dead code Needs work
- Status changed to Needs work
almost 2 years ago 7:27pm 15 February 2023 - πΊπΈUnited States smustgrave
The issue summary talks about deprecating AccessAwareRouter but I don't see a deprecated call?
- Status changed to Needs review
almost 2 years ago 6:54pm 13 March 2023 - π«π·France andypost
Here's reverted removal with deprecation, could use test but methods now should be defined
Maybe it should be no-op instead of attempt to call missing method?
- Status changed to Needs work
almost 2 years ago 8:17pm 13 March 2023 - π«π·France andypost
It needs work for constructor changes (BC) and not sure we need to keep
_call()
+++ b/core/core.services.yml @@ -1015,7 +1015,11 @@ services: + - { name: service_collector, tag: non_lazy_route_enhancer, call: addRouteEnhancer } + - { name: service_collector, tag: non_lazy_route_filter, call: addRouteFilter }
patch replaced as deprecated https://www.drupal.org/node/2894934 β