Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
base system
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Sep 2021 at 08:59 UTC
Updated:
2 Oct 2021 at 01:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
daffie commentedThe fix.
Comment #3
daffie commentedI could only find 1 instance in contrib where the method was overridden. See: http://grep.xnddx.ru/node/30964662. Only that is a method with the same name and it does not implement the interface
Symfony\Component\Routing\RouterInterface.Comment #4
longwaveRTBC based on the patch doing what is needed and the above research into contrib.
Comment #5
larowlanCommitted 2596c3f and pushed to 9.3.x. Thanks!