| drupal_prepare_form | drupal/includes/form.inc | Prepares a structured form array by adding required elements,
executing any hook_form_alter functions, and optionally inserting
a validation token to prevent tampering. |
| drupal_prepare_form | drupal/includes/form.inc | Prepares a structured form array by adding required elements,
executing any hook_form_alter functions, and optionally inserting
a validation token to prevent tampering. |
| 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_clean_id | drupal/includes/form.inc | Remove invalid characters from an HTML ID attribute string. |