drupal_rebuild_form

Related topics

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

Functions that call drupal_rebuild_form()

Namesort iconLocationDescription
drupal_get_formincludes/form.incRetrieves a form from a constructor function, or from the cache if the form was built in a previous page-load. The form is then passesed on for processing, after and rendered for display if necessary.
drupal_rebuild_formincludes/form.incRetrieves a form, caches it and processes it with an empty $_POST.

Functions called by drupal_rebuild_form()

Namesort iconLocationDescription
drupal_prepare_formincludes/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_process_formincludes/form.incThis function is the heart of form API. The form gets built, validated and in appropriate cases, submitted.
drupal_rebuild_formincludes/form.incRetrieves a form, caches it and processes it with an empty $_POST.
form_set_cacheincludes/form.incStore a form in the cache.
 
 

Drupal is a registered trademark of Dries Buytaert.