| drupal_map_assoc | drupal/includes/common.inc | Form an associative array from a linear array. |
| drupal_map_assoc | drupal/includes/common.inc | Form an associative array from a linear array. |
| element_children | drupal/includes/common.inc | Get keys of a structured array tree element that are not properties
(i.e., do not begin with '#'). |
| element_children | drupal/includes/common.inc | Get keys of a structured array tree element that are not properties
(i.e., do not begin with '#'). |
| 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. |
| form_clean_id | drupal/includes/form.inc | Remove invalid characters from an HTML ID attribute string. |
| 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. |
| 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. |
| _element_info | drupal/includes/form.inc | Retrieve the default properties for the defined element type. |
| _element_info | drupal/includes/form.inc | Retrieve the default properties for the defined element type. |