Version 1.11.2.2 (checked in on 2010/06/10 at 20:46:25 by merlinofchaos)
| Name | Description |
|---|---|
| ctools_build_form | Build 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_form | ctools' replacement for drupal_process_form that accepts commands not to redirect, as well as forcing processing of 'get' method forms. |
| ctools_rebuild_form | ctools' replacement of drupal_rebuild_form. |
| ctools_validate_form | The 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. |