From 184c145d13ccffd76ea0c4673349adaaa93c37bb Mon Sep 17 00:00:00 2001 From: Dries Date: Wed, 14 Dec 2011 10:06:56 -0500 Subject: - Patch #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent. --- includes/form.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/form.inc b/includes/form.inc index 52eb10bc9..2b37eadf3 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -156,6 +156,8 @@ function drupal_get_form($form_id) { * automatically loaded by form_get_cache(). By default the current menu * router item's 'file' definition is added, if any. Use * form_load_include() to add include files from a form constructor. + * - base_form_id: Identification for a base form, as declared in a + * hook_forms() implementation. * - rebuild_info: Internal. Similar to 'build_info', but pertaining to * drupal_rebuild_form(). * - rebuild: Normally, after the entire form processing is completed and -- cgit v1.2.3