From d1bef535d728de708795b0469f62358f65b4fa42 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Wed, 14 Oct 2015 17:21:29 -0400 Subject: Issue #2538158 by joyceg: Clarify in which file hook_modules_installed should be implemented --- modules/system/system.api.php | 2 ++ 1 file changed, 2 insertions(+) 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. * -- cgit v1.2.3