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

Issue #1980072 by David_Rothstein: Fix inaccurate text in documentation for...

Issue #1980072 by  David_Rothstein: Fix inaccurate text in documentation for drupal_uninstall_modules
parent d8f08eb7
No related branches found
No related tags found
No related merge requests found
......@@ -743,10 +743,10 @@ function drupal_install_system() {
/**
* 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.
Finish editing this message first!
Please register or to comment