Problem/Motivation
All of the functions in the file are deprecated, let's deprecate the actual file.
Steps to reproduce
Open file.
Proposed resolution
Deprecate it
Remaining tasks
Review
Confirm decisions in 2.
User interface changes
N/A
Introduced terminology
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
Issue fork drupal-3560397
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3560397-deprecate-node.admin.inc
changes, plain diff MR !13978
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.