Problem/Motivation
Followup of #3615455: Install database driver modules alongside other modules. Every database driver is provided by a module. The helper method _install_get_database_module_name() is no longer needed and can be removed.
Steps to reproduce
Proposed resolution
Remove _install_get_database_module_name()
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3618797
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:
Comments
Comment #2
daffie commented#3615455: Install database driver modules alongside other modules has landed.
Comment #4
daffie commentedUpdated the issue title and summary
Comment #5
daffie commentedReady for a review.
Comment #6
catchOne question on the MR but otherwise looks great.
Comment #7
catchThe original issue that prompted this introduced a test failure on mysqli (currently working on that there).
This brings up whether we should be explicitly finding and installing dependencies of database driver modules though, and where exactly that should happen.
Comment #8
catchThis was what I was wondering about on the other issue - didn't make it into the final commit: https://git.drupalcode.org/project/drupal/-/merge_requests/17006/diffs?c...