diff options
author | Dries <dries@buytaert.net> | 2011-12-14 10:06:56 -0500 |
---|---|---|
committer | Dries <dries@buytaert.net> | 2011-12-14 10:06:56 -0500 |
commit | 184c145d13ccffd76ea0c4673349adaaa93c37bb (patch) | |
tree | 5210064d6cd83dfc2d58d6ae703fe84dc39238fa /includes | |
parent | 6fcc87bf4e930d073c67f676131bba65008a79c5 (diff) | |
download | brdo-184c145d13ccffd76ea0c4673349adaaa93c37bb.tar.gz brdo-184c145d13ccffd76ea0c4673349adaaa93c37bb.tar.bz2 |
- Patch #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/form.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |