Search for build_form
Title | Object type | File name | Summary |
---|---|---|---|
drupal_build_form | function | ./ |
Views' replacement for drupal_get_form so that we can do more with less. |
drupal_rebuild_form_new | function | includes/ |
Views' replacement of drupal_rebuild_form. |
views_ui_build_form_state | function | includes/ |
Build up a $form_state object suitable for use with drupal_build_form based on known information about a form. |
views_ui_build_form_url | function | includes/ |
Create the URL for one of our standard AJAX forms based upon known information about the form. |
_drupal_build_form | function | includes/ |
@file form.inc Views' replacements for Drupal's form functions. |