form.inc

Version 1.11 (checked in on 2009/08/13 at 22:24:02 by merlinofchaos)

Functions

NameDescription
ctools_build_formBuild a form, similar to drupal_get_form(). However, arguments to the form builder are not sent through. Instead, the $form_state can be given all the necessary data to fully utilize the form.
ctools_process_formctools' replacement for drupal_process_form that accepts commands not to redirect, as well as forcing processing of 'get' method forms.
ctools_rebuild_formctools' replacement of drupal_rebuild_form.
ctools_validate_formThe original version of drupal_validate_form does not have an override for the static check to only validate a form id once. Unfortunately, we need to be able to override this.