From 2ac0eb58a39eccd65291596af9801371424fca55 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 1 Oct 2009 13:16:17 +0000 Subject: [PATCH] - Patch #583598 by jhodgdon | moshe weitzman: fixed documentation problem with hook_elements(). --- modules/system/system.api.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/system/system.api.php b/modules/system/system.api.php index c49f1e95c7f7..8a055d65fdea 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 -- GitLab