summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-14 17:21:29 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-14 17:21:29 -0400
commitd1bef535d728de708795b0469f62358f65b4fa42 (patch)
treea8c79fa78a5e4f77c9dde3bb8c3e2d244c0a2289
parent29c287b54b307dc80993069a9c1bcd96389861c2 (diff)
downloadbrdo-d1bef535d728de708795b0469f62358f65b4fa42.tar.gz
brdo-d1bef535d728de708795b0469f62358f65b4fa42.tar.bz2
Issue #2538158 by joyceg: Clarify in which file hook_modules_installed should be implemented
-rw-r--r--modules/system/system.api.php2
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.
*