| form_builder | drupal/includes/form.inc | Adds some required properties to each form element, which are used
internally in the form API. This function also automatically assigns
the value property from the $edit array, provided the element doesn't
already have an assigned value. |
| form_builder | drupal/includes/form.inc | Adds some required properties to each form element, which are used
internally in the form API. This function also automatically assigns
the value property from the $edit array, provided the element doesn't
already have an assigned value. |
| form_set_value | drupal/includes/form.inc | Use this function to make changes to form values in the form validate
phase, so they will be available in the submit phase in $form_values. |
| node_search_validate | drupal/modules/node/node.module | Form API callback for the search form. Registered in node_form_alter(). |
| node_search_validate | drupal/modules/node/node.module | Form API callback for the search form. Registered in node_form_alter(). |
| password_confirm_validate | drupal/includes/form.inc | Validate password_confirm element. |
| password_confirm_validate | drupal/includes/form.inc | Validate password_confirm element. |
| search_form_validate | drupal/modules/search/search.module | As the search form collates keys from other modules hooked in via
hook_form_alter, the validation takes place in _submit.
search_form_validate() is used solely to set the 'processed_keys' form
value for the basic search form. |
| search_form_validate | drupal/modules/search/search.module | As the search form collates keys from other modules hooked in via
hook_form_alter, the validation takes place in _submit.
search_form_validate() is used solely to set the 'processed_keys' form
value for the basic search form. |
| _install_settings_form_validate | drupal/install.php | Helper function for install_settings_validate. |
| _install_settings_form_validate | drupal/install.php | Helper function for install_settings_validate. |