Problem/Motivation
Discovered in #3253093: Remove symfony-cmf/routing, Layout Builder has two references to Symfony\Cmf\Component\Routing\RouteObjectInterface which we are removing in Drupal 10; this interface was copied to core as Drupal\Core\Routing\RouteObjectInterface which should be used instead.
Steps to reproduce
Proposed resolution
Alter the use statements only.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3253666-2.patch | 1.55 KB | longwave |
Comments
Comment #2
longwaveComment #3
longwaveComment #4
tim.plunkettThese were reintroduced in #3032433: Allow section storages to be loaded via routing without loading from the tempstore. Nice find
Comment #7
catchCommitted/pushed to 10.0.x and cherry-picked to 9.4.x, thanks!