Skip to content
Snippets Groups Projects
Commit f1cc8651 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1052364 by agentrickard: documentation error in hook_modules_uninstalled().

parent bd1c87fb
No related branches found
No related tags found
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
...@@ -2419,8 +2419,8 @@ function hook_modules_disabled($modules) { ...@@ -2419,8 +2419,8 @@ function hook_modules_disabled($modules) {
* modules a chance to perform actions when a module is uninstalled, whereas * modules a chance to perform actions when a module is uninstalled, whereas
* hook_uninstall() is only called on the module actually being uninstalled. * hook_uninstall() is only called on the module actually being uninstalled.
* *
* It is recommended that you implement this module if your module * It is recommended that you implement this hook if your module stores
* stores data that may have been set by other modules. * data that may have been set by other modules.
* *
* @param $modules * @param $modules
* An array of the uninstalled modules. * An array of the uninstalled modules.
......
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