Skip to content
Snippets Groups Projects
Commit 77b4b22a authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1980072 by David_Rothstein: Fix incorrect statement in module_uninstall() docs

parent 235142af
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -523,10 +523,10 @@ function module_disable($module_list, $disable_dependents = TRUE) {
/**
* Uninstalls a given list of disabled modules.
*
* Modules that are still enabled will be silently ignored.
*
* @param array $module_list
* The modules to uninstall.
* The modules to uninstall. It is the caller's responsibility to ensure that
* all modules in this list have already been disabled before this function
* is called.
* @param bool $uninstall_dependents
* (optional) If TRUE, the function will check that all modules which depend
* on the passed-in module list either are already uninstalled or contained in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment