drupal_get_form

Related topics

Namesort iconDescription
Form generationFunctions to enable output of HTML forms and form elements.

Functions that call drupal_get_form()

Namesort iconLocationDescription
aggregator_form_feedmodules/aggregator.moduleGenerate a form to add/edit feed sources.
archive_browse_formmodules/archive.moduleGenerate a form that retrieves archives for a certain date.
block_admin_configuremodules/block.moduleMenu callback; displays the block configuration form.
block_admin_displaymodules/block.moduleGenerate main block administration form.
block_box_addmodules/block.moduleMenu callback; displays the block creation form.
book_admin_editmodules/book.moduleDisplay an administrative view of the hierarchy of a book.
book_admin_orphanmodules/book.moduleMenu callback; displays a listing of all orphaned book pages.
book_outlinemodules/book.moduleImplementation of function book_outline() Handles all book outline operations.
comment_admin_overviewmodules/comment.moduleMenu callback; present an administrative comment listing.
contact_admin_editmodules/contact.moduleCategory edit page.
contact_admin_settingsmodules/contact.moduleSettings tab. Using a form rather than hook_settings().
contact_mail_pagemodules/contact.moduleSite-wide contact page
contact_mail_usermodules/contact.modulePersonal contact page.
drupal_get_formincludes/form.incProcesses 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().
filter_admin_format_formmodules/filter.moduleGenerate a filter format form.
filter_admin_ordermodules/filter.moduleMenu callback; display form for ordering filters for a format.
filter_admin_overviewmodules/filter.moduleDisplays a list of all input formats and which one is the default
forum_form_containermodules/forum.moduleReturns a form for adding a container to the forum vocabulary
forum_form_forummodules/forum.moduleReturns a form for adding a forum to the forum vocabulary
menu_edit_item_formmodules/menu.modulePresent the menu item editing form.
menu_edit_menu_formmodules/menu.moduleMenu callback; handle the adding/editing of a new menu.
node_admin_nodesmodules/node.moduleMenu callback: content administration.
node_filter_formmodules/node.moduleReturn form for node administration filters.
node_formmodules/node.moduleGenerate the node editing form.
path_formmodules/path.moduleReturn a form for editing or creating an individual URL alias.
poll_view_votingmodules/poll.moduleGenerates the voting form for a poll.
profile_field_formmodules/profile.moduleMenu callback: Generate a form to add/edit a user profile field.
search_boxmodules/search.moduleOutput a search form for the search block and the theme's search box.
search_formmodules/search.moduleRender a search form.
system_modulesmodules/system.moduleMenu callback; displays a listing of all modules.
system_themesmodules/system.moduleMenu callback; displays a listing of all themes.
taxonomy_form_vocabularymodules/taxonomy.moduleDisplay form for adding and editing vocabularies.
user_admin_access_addmodules/user.moduleMenu callback: add an access rule
user_admin_access_checkmodules/user.moduleMenu callback: check an access rule
user_admin_access_editmodules/user.moduleMenu callback: edit an access rule
user_admin_permmodules/user.moduleMenu callback: administer permissions.
user_admin_rolemodules/user.moduleMenu callback: administer roles.
user_blockmodules/user.moduleImplementation of hook_block().
user_pass_resetmodules/user.moduleMenu callback; process one time login link and redirects to the user page on success.
watchdog_overviewmodules/watchdog.moduleMenu callback; displays a listing of log messages.
_aggregator_page_listmodules/aggregator.modulePrints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
_locale_admin_export_screenincludes/locale.incUser interface for the translation export screen
_locale_admin_import_screenincludes/locale.incUser interface for the translation import screen.
_locale_admin_manage_add_screenincludes/locale.incUser interface for the language addition screen.
_locale_admin_manage_screenincludes/locale.incUser interface for the language management screen.
_locale_string_editincludes/locale.incUser interface for string editing.
_locale_string_seek_formincludes/locale.incUser interface for the string search screen

Functions called by drupal_get_form()

Namesort iconLocationDescription
drupal_get_formincludes/form.incProcesses 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().
drupal_get_tokenincludes/common.incGenerate a token based on $value, the current user session and private key.
drupal_gotoincludes/common.incSend the user to a different Drupal page.
drupal_submit_formincludes/form.inc
drupal_validate_formincludes/form.inc
form_builderincludes/form.incAdds some required properties to each form element, which are used internally in the form api. This function also automatically assigns the value property from the $edit array, provided the element doesn't already have an assigned value.
form_get_errorsincludes/form.incReturn an associative array of all errors.
form_renderincludes/form.incRenders 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().
module_implementsincludes/module.incDetermine which modules are implementing a hook.
theme_get_functionincludes/theme.incDetermine if a theme function exists, and if so return which one was found.
_element_infoincludes/form.incRetrieve the default properties for the defined element type.
 
 

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.