Problem/Motivation
Since #3417136: Remove adding an extension via a URL it appears the ArchiverManager class and its set of two plugins is not used in core.
Steps to reproduce
rg ArchiverManager
Proposed resolution
Deprecate it for removal.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3556706
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:
- 3556706-deprecate-archivermanager
changes, plain diff MR !13718
Comments
Comment #3
longwaveComment #4
longwaveComment #5
longwaveNot sure how we can deprecate a plugin manager service, as the plugin manager cache clearer instantiates every plugin manager, which in turn triggers the deprecation.
Comment #6
longwaveComment #7
smustgrave commentedSeems like a good deprecation.
Comment #8
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!