summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-01 13:16:17 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-01 13:16:17 +0000
commit2ac0eb58a39eccd65291596af9801371424fca55 (patch)
tree8a026b877e68afe01713d84e7409b479e4fe5d5f /modules
parentd1d85e60e3287ec589b86eb3f7d799a3e44e105f (diff)
downloadbrdo-2ac0eb58a39eccd65291596af9801371424fca55.tar.gz
brdo-2ac0eb58a39eccd65291596af9801371424fca55.tar.bz2
- Patch #583598 by jhodgdon | moshe weitzman: fixed documentation problem with hook_elements().
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.api.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index c49f1e95c..8a055d65f 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -217,7 +217,8 @@ function hook_cron_queue_info() {
* name as the key. Each sub-array has a number of possible attributes:
* - "#input": boolean indicating whether or not this element carries a value
* (even if it's hidden).
- * - "#process": array of callback functions taking $element and $form_state.
+ * - "#process": array of callback functions taking $element, $form_state,
+ * and $complete_form.
* - "#after_build": array of callback functions taking $element and $form_state.
* - "#validate": array of callback functions taking $form and $form_state.
* - "#element_validate": array of callback functions taking $element and