Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
user system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2026 at 07:34 UTC
Updated:
20 May 2026 at 11:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
znerol commentedComment #4
dcam commentedI'm going to RTBC this because I didn't find any real problems with the MR. I wasn't sure if it was OK to not mention the use of Symfony request objects in the deprecation messages. But I couldn't find any precedent for mentioning Symfony replacements in other 11.x deprecation messages. So I decided to not flag it as a problem.
The change record implicitly shows an example of replacing
user_cookie_delete(). There are several uses of the function in contrib. The committer should consider whether we need a separate, explicit example for replacing the delete function.Comment #5
sivaji_ganesh_jojodae commentedI've a comment added to the MR.
Comment #6
catchCommitted/pushed to main and cherry-picked to main, thanks!
This will need a backport MR for 11.x
Comment #10
znerol commentedBackport to 11.x. Had to resolve a conflict in
SystemControllerconstructor. Interdiff attached.Comment #11
dcam commentedI compared the backport to the original MR. The port is a duplicate with the exception of the addition of the docblock @param annotation since the docblock hasn't been deleted from the 11.x branch. It looks good to me.
Comment #14
godotislateCommitted 57bf4fe and pushed to 11.x. Thanks!
Comment #16
quietone commentedPublish change record and set branch version.