diff options
Diffstat (limited to 'modules/system/system.api.php')
-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 683c7a82c..4342498cb 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2690,6 +2690,8 @@ function hook_file_mimetype_mapping_alter(&$mapping) { * Modules that are processing actions (like Trigger module) should take * special care for the "presave" hook, in which case a dependent "save" * action should NOT be invoked. + * + * @ingroup actions */ function hook_action_info() { return array( |