You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #18192 [Routing] Changing RouterInterface => UrlGeneratorInterface (ThomasLandauer)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead.
Discussion
----------
[Routing] Changing `RouterInterface` => `UrlGeneratorInterface`
Further up on the page it's advised to use `UrlGeneratorInterface` as typehint. I don't know what the difference is, but I'm guessing that it saves you from `use RouterInterface` (if you need the `UrlGeneratorInterface` for something else anyway, as in this example). Is this right?
Commits
-------
1e9f451 Chaning `RouterInterface` => `UrlGeneratorInterface`
0 commit comments