Problem/Motivation
There are a couple of update include files that only contain deprecated functions.
We should deprecate the files.
Steps to reproduce
Open core/modules/update/update.authorize.inc and core/modules/update/update.manager.inc
Proposed resolution
Deprecate the files
Remaining tasks
Review
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-3561139
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:
- 3561139-deprecate-update-include
changes, plain diff MR !14024
Comments
Comment #3
nicxvan commentedComment #4
nicxvan commentedComment #5
godotislateDeprecations for core/modules/update/update.authorize.inc and core/modules/update/update.manager.inc match the core policy on how to deprecate files with procedural functions. I've also confirmed the CR URL is correct.
lgtm
Comment #6
longwaveCommitted and pushed f44fe18ac08 to 11.x and d3c54ee8200 to 11.3.x. Thanks!