drupal_render_form
Related topics
| Name | Description |
|---|---|
| Form generation | Functions to enable the processing and display of HTML forms. |
Functions that call drupal_render_form()
| Name | Location | Description |
|---|---|---|
| drupal_get_form | includes/form.inc | Retrieves a form from a constructor function, or from the cache if the form was built in a previous page-load. The form is then passesed on for processing, after and rendered for display if necessary. |
| drupal_render_form | includes/form.inc | Renders a structured form array into themed HTML. |
Functions called by drupal_render_form()
| Name | Location | Description |
|---|---|---|
| drupal_render | includes/common.inc | Renders HTML given a structured array tree. |
| drupal_render_form | includes/form.inc | Renders a structured form array into themed HTML. |
| init_theme | includes/theme.inc | Initialize the theme system by loading the theme. |
| theme_get_registry | includes/theme.inc | Get the theme registry. |
