| drupal_get_form | includes/form.inc | Processes a form array and produces the HTML output of a form.
If there is input in the $_POST['edit'] variable, this function
will attempt to validate it, using drupal_validate_form(),
and then submit the form using drupal_submit_form(). |
| form_render | includes/form.inc | Renders a HTML form given a form tree. Recursively iterates over each of
the form elements, generating HTML code. This function is usually
called from within a theme. To render a form from within a module, use
drupal_get_form(). |
| theme_archive_browse_form | modules/archive.module | Form theme function; displays the archive date navigation form inline. |
| theme_block_admin_display | modules/block.module | Theme main block administration form submission. |
| theme_filter_admin_order | modules/filter.module | Theme filter order configuration form. |
| theme_locale_admin_manage_screen | includes/locale.inc | Theme the locale admin manager form. |
| theme_node_admin_nodes | modules/node.module | Theme node administration overview. |
| theme_node_filters | modules/node.module | Theme node administraton filter selector. |
| theme_node_filter_form | modules/node.module | Theme node administration filter form. |
| theme_poll_view_voting | modules/poll.module | Themes the voting form for a poll. |
| theme_search_block_form | modules/search.module | Theme the block search form. |
| theme_search_theme_form | modules/search.module | Theme the theme search form. |
| theme_upload_form_current | modules/upload.module | Theme the attachments list. |
| theme_upload_form_new | modules/upload.module | Theme the attachment form.
Note: required to output prefix/suffix. |
| theme_weight | includes/form.inc | Format a weight selection menu. |
| upload_js | modules/upload.module | Menu-callback for JavaScript-based uploads. |