form_builder

Related topics

Namesort iconDescription
Form generationFunctions to enable the processing and display of HTML forms.

Functions that call form_builder()

Namesort iconLocationDescription
drupal_prepare_formdrupal/includes/form.incPrepares 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_formdrupal/includes/form.incPrepares a structured form array by adding required elements, executing any hook_form_alter functions, and optionally inserting a validation token to prevent tampering.
form_builderdrupal/includes/form.incAdds 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_builderdrupal/includes/form.incAdds 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.
upload_jsdrupal/modules/upload/upload.moduleMenu-callback for JavaScript-based uploads.
upload_jsdrupal/modules/upload/upload.moduleMenu-callback for JavaScript-based uploads.

Functions called by form_builder()

Namesort iconLocationDescription
drupal_map_assocdrupal/includes/common.incForm an associative array from a linear array.
drupal_map_assocdrupal/includes/common.incForm an associative array from a linear array.
element_childrendrupal/includes/common.incGet keys of a structured array tree element that are not properties (i.e., do not begin with '#').
element_childrendrupal/includes/common.incGet keys of a structured array tree element that are not properties (i.e., do not begin with '#').
form_builderdrupal/includes/form.incAdds 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_builderdrupal/includes/form.incAdds 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_iddrupal/includes/form.incRemove invalid characters from an HTML ID attribute string.
form_clean_iddrupal/includes/form.incRemove invalid characters from an HTML ID attribute string.
form_set_valuedrupal/includes/form.incUse 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_valuedrupal/includes/form.incUse 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_infodrupal/includes/form.incRetrieve the default properties for the defined element type.
_element_infodrupal/includes/form.incRetrieve the default properties for the defined element type.