drupal_get_form

Related topics

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

Functions that call drupal_get_form()

Namesort iconLocationDescription
book_adminmodules/book/book.moduleMenu callback; displays the book administration page.
comment_adminmodules/comment/comment.moduleMenu callback; present an administrative comment listing.
comment_deletemodules/comment/comment.moduleMenu callback; delete a comment.
comment_rendermodules/comment/comment.moduleRenders comment(s).
contact_site_pagemodules/contact/contact.moduleSite-wide contact page
contact_user_pagemodules/contact/contact.modulePersonal contact page.
drupal_get_formincludes/form.incRetrieves a form from a builder function, passes it on for processing, and renders the form or redirects to its destination as appropriate. In multi-step form scenarios, it handles properly processing the values using the previous step's form...
install_change_settingsinstall.phpConfigure and rewrite settings.php.
install_select_localeinstall.phpFind all .po files for the current profile and allow admin to select which to use.
install_select_profileinstall.phpFind all .profile files and allow admin to select which to install.
locale_admin_importmodules/locale/locale.modulePage handler for the translation import screen
locale_admin_managemodules/locale/locale.modulePage handler for the language management screen.
locale_admin_string_delete_pagemodules/locale/locale.moduleString deletion confirmation page.
locale_string_searchmodules/locale/locale.modulePage handler for the string search.
node_addmodules/node/node.modulePresent a node submission form or a set of links to such forms.
node_admin_contentmodules/node/node.moduleMenu callback: content administration.
node_page_editmodules/node/node.moduleMenu callback; presents the node editing form, or redirects to delete confirmation.
node_revision_deletemodules/node/node.moduleDelete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
node_revision_revertmodules/node/node.moduleRevert to the revision with the specified revision number. A node and nodeapi "update" event is triggered (via the node_save() call) when a revision is reverted.
phptemplate_pagethemes/engines/phptemplate/phptemplate.enginePrepare the values passed to the theme_page function to be passed into a pluggable template engine. Uses the arg() function to generate a series of page template files suggestions based on the current path. If none are found, the default page.tpl.php...
poll_viewmodules/poll/poll.moduleImplementation of hook_view().
search_blockmodules/search/search.moduleImplementation of hook_block().
search_viewmodules/search/search.moduleMenu callback; presents the search form and/or search results.
taxonomy_admin_term_editmodules/taxonomy/taxonomy.modulePage to edit a vocabulary term.
taxonomy_admin_vocabulary_editmodules/taxonomy/taxonomy.modulePage to edit a vocabulary.
user_admin_access_addmodules/user/user.moduleMenu callback: add an access rule
user_admin_access_checkmodules/user/user.moduleMenu callback: check an access rule
user_admin_access_editmodules/user/user.moduleMenu callback: edit an access rule
user_blockmodules/user/user.moduleImplementation of hook_block().
watchdog_overviewmodules/watchdog/watchdog.moduleMenu callback; displays a listing of log messages.
_locale_admin_export_screenincludes/locale.incUser interface for the translation export screen
_locale_admin_manage_add_screenincludes/locale.incUser interface for the language addition screen.

Functions called by drupal_get_form()

Namesort iconLocationDescription
drupal_get_formincludes/form.incRetrieves a form from a builder function, passes it on for processing, and renders the form or redirects to its destination as appropriate. In multi-step form scenarios, it handles properly processing the values using the previous step's form...
drupal_prepare_formincludes/form.incPrepares a structured form array by adding required elements, executing any hook_form_alter functions, and optionally inserting a validation token to prevent tampering.
drupal_process_formincludes/form.incThis function is the heart of form API. The form gets built, validated and in appropriate cases, submitted.
drupal_render_formincludes/form.incRenders a structured form array into themed HTML.
form_get_errorsincludes/form.incReturn an associative array of all errors.
_drupal_clean_form_sessionsincludes/form.incRemove form information that's at least a day old from the $_SESSION['form'] array.
 
 

Drupal is a registered trademark of Dries Buytaert.