Problem/Motivation
#3585476: Deprecate StubPDO deprecated StubPDO in 11.5, for removal in 12.
Proposed resolution
Remove in main. This is a good novice task.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3612509
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:
- 3612509-remove-stubpdo
changes, plain diff MR !16453
Comments
Comment #2
mondrakeComment #5
charlliequadros commentedThe deprecated StubPDO class has been removed.
Comment #6
dcam commentedI reviewed the change. It only deletes the deprecated class, so there isn't anything to report about it. I grepped all of Core again for usage of "StubPDO" (I already did in the deprecation issue) just to make certain no additional uses crept back in, but there aren't any. I can't think of anything else to do to review this one. It looks good to me.
Comment #7
catchCommitted/pushed to main, thanks!