Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f1cc8651
Commit
f1cc8651
authored
Feb 09, 2011
by
Dries
Browse files
- Patch
#1052364
by agentrickard: documentation error in hook_modules_uninstalled().
parent
bd1c87fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.api.php
View file @
f1cc8651
...
...
@@ -2419,8 +2419,8 @@ function hook_modules_disabled($modules) {
* modules a chance to perform actions when a module is uninstalled, whereas
* hook_uninstall() is only called on the module actually being uninstalled.
*
* It is recommended that you implement this
module
if your module
*
stores
data that may have been set by other modules.
* It is recommended that you implement this
hook
if your module
stores
* data that may have been set by other modules.
*
* @param $modules
* An array of the uninstalled modules.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment