diff options
author | David Rothstein <drothstein@gmail.com> | 2015-10-14 17:21:29 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2015-10-14 17:21:29 -0400 |
commit | d1bef535d728de708795b0469f62358f65b4fa42 (patch) | |
tree | a8c79fa78a5e4f77c9dde3bb8c3e2d244c0a2289 /modules | |
parent | 29c287b54b307dc80993069a9c1bcd96389861c2 (diff) | |
download | brdo-d1bef535d728de708795b0469f62358f65b4fa42.tar.gz brdo-d1bef535d728de708795b0469f62358f65b4fa42.tar.bz2 |
Issue #2538158 by joyceg: Clarify in which file hook_modules_installed should be implemented
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index d6cbc7697..806b618a2 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -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. * |