Problem/Motivation
There's functions deprecated for removal in core 10
Proposed resolution
remove the usage, make sure no mentions left
Remaining tasks
review/commit
User interface changes
no
API changes
no
Data model changes
no
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3261252-2.patch | 5.46 KB | andypost |
Comments
Comment #2
andypostSome parts should be removed in #3115308: Remove _access_rest_csrf route requirement
Also BC shims could use separate issue #3055193: [Symfony 5] The "Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\MimeTypes" instead.
Comment #3
longwaveThis looks good for just removing deprecations in system.module itself. There are a lot of test deprecations in test modules but they all need to stay because they test the actual deprecation system.
Comment #4
alexpottCommitted 6385a8f and pushed to 10.0.x. Thanks!