drupal_render_form

Related topics

Namesort iconDescription
Form generationFunctions to enable the processing and display of HTML forms.

Functions that call drupal_render_form()

Namesort iconLocationDescription
drupal_get_formincludes/form.incRetrieves 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_formincludes/form.incRenders a structured form array into themed HTML.

Functions called by drupal_render_form()

Namesort iconLocationDescription
drupal_renderincludes/common.incRenders HTML given a structured array tree.
drupal_render_formincludes/form.incRenders a structured form array into themed HTML.
init_themeincludes/theme.incInitialize the theme system by loading the theme.
theme_get_registryincludes/theme.incGet the theme registry.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.