Skip to content
Snippets Groups Projects
Commit d1bef535 authored by David Rothstein's avatar David Rothstein
Browse files

Issue #2538158 by joyceg: Clarify in which file hook_modules_installed should be implemented

parent 29c287b5
No related branches found
No related tags found
No related merge requests found
......@@ -2632,6 +2632,8 @@ function hook_flush_caches() {
* module_enable() for a detailed description of the order in which install and
* enable hooks are invoked.
*
* This hook should be implemented in a .module file, not in an .install file.
*
* @param $modules
* An array of the modules that were installed.
*
......
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