summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-05-01 06:34:50 -0400
committerDries Buytaert <dries@buytaert.net>2011-05-01 06:34:50 -0400
commit585a2b96682e8e48bcc3581bf486ff2459c0cb4f (patch)
tree0fdd04c171f09668da51299517a5d6c4f75e7e8a /modules
parent994ed97e83b0259809addba36bce28236aa29df8 (diff)
downloadbrdo-585a2b96682e8e48bcc3581bf486ff2459c0cb4f.tar.gz
brdo-585a2b96682e8e48bcc3581bf486ff2459c0cb4f.tar.bz2
- Patch #1063046 by guidocecilio, linclark: hook_requirements() API documentation needs doc on 'update' phase.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.api.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 4422f6da7..21c9de56c 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -2761,9 +2761,10 @@ function hook_file_url_alter(&$uri) {
/**
* Check installation requirements and do status reporting.
*
- * This hook has two closely related uses, determined by the $phase argument:
- * checking installation requirements ($phase == 'install')
- * and status reporting ($phase == 'runtime').
+ * This hook has three closely related uses, determined by the $phase argument:
+ * - Checking installation requirements ($phase == 'install').
+ * - Checking update requirements ($phase == 'update').
+ * - Status reporting ($phase == 'runtime').
*
* Note that this hook, like all others dealing with installation and updates,
* must reside in a module_name.install file, or it will not properly abort