Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2025 at 03:45 UTC
Updated:
13 Dec 2025 at 09:39 UTC
Jump to comment: Most recent
Comments
Comment #3
nicxvan commentedI deprecated the file itself, I used the same CR the last function used since that is when the deprecation likely should have happened.
If this warrants it's own CR let me know and I'll update it.
Not sure if this can get in for 11.3.0. I don't think it's urgent either way.
Comment #4
berdirsince the function is already deprecate in 11.3 we might want to do 11.3 too, not exactly sure what the purpose is of deprecating in 11.4 for D12. but it's useful to flag this off explicitly, since if it's being called, then likely together with a loadInclude(), and this will tell people to skip that loadInclude() as well.
Comment #6
longwaveLet's just ship this in 11.3.
Comment #7
nicxvan commentedIt's green and changes look right!
Comment #9
longwaveCommitted and pushed b8f7910bd5b to 11.x and c3c197dc5f5 to 11.3.x. Thanks!
Comment #13
xmacinfohttps://www.drupal.org/project/drupal/issues/3533315 returns a 404.
Comment #14
nicxvan commentedWhoops, that's an issue link: it should be: https://www.drupal.org/node/3533315
I copied the deprecation message from somewhere so I need to find that too.
Comment #15
nicxvan commentedCreated: #3560560: Fix deprecated messages that reference issue instead of change record since there are more instances.
Comment #16
longwaveOops, thank you for finding this.