| date_validate | drupal/includes/form.inc | Validates the date type to stop dates like February 30, 2006. |
| date_validate | drupal/includes/form.inc | Validates the date type to stop dates like February 30, 2006. |
| example_element_validate | contributions/docs/developer/examples/example_element.module | Our element's validation function. |
| example_element_validate | contributions/docs/developer/examples/example_element.module | Our element's validation function. |
| form_error | drupal/includes/form.inc | Flag an element as having an error. |
| password_confirm_validate | drupal/includes/form.inc | Validate password_confirm element. |
| password_confirm_validate | drupal/includes/form.inc | Validate password_confirm element. |
| _form_validate | drupal/includes/form.inc | Performs validation on form elements. First ensures required fields are
completed, #maxlength is not exceeded, and selected options were in the
list of options given to the user. Then calls user-defined validators. |
| _form_validate | drupal/includes/form.inc | Performs validation on form elements. First ensures required fields are
completed, #maxlength is not exceeded, and selected options were in the
list of options given to the user. Then calls user-defined validators. |