Version 1.11.2.1 (checked in on 2010/01/05 at 01:33:46 by merlinofchaos)
| Name | Description |
|---|---|
| drupal_process_form_new | Views' replacement for drupal_process_form that accepts commands not to redirect, as well as forcing processing of 'get' method forms. |
| drupal_rebuild_form_new | Views' replacement of drupal_rebuild_form. |
| drupal_validate_form_new | 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 overridet his. |
| views_process_check_options | #process callback to see if we need to check_plain() the options. |
| views_process_dependency | Process callback to add dependency to form items. |
| _drupal_build_form | @file form.inc Views' replacements for Drupal's form functions. |