Form builder functions

Functions that build an abstract representation of a HTML form.

All modules should declare their form builder functions to be in this group and each builder function should reference its validate and submit functions using \@see. Conversely, validate and submit functions should reference the form builder function using \@see. For examples, of this see system_modules_uninstall() or user_pass(), the latter of which has the following in its doxygen documentation:

\@ingroup forms \@see user_pass_validate(). \@see user_pass_submit().

End of "defgroup forms".

Functions

Namesort iconLocationDescription
aggregator_admin_settingsmodules/aggregator/aggregator.admin.incForm builder; Configure the aggregator system. See alsosystem_settings_form()
aggregator_form_categorymodules/aggregator/aggregator.admin.incForm builder; Generate a form to add/edit/delete aggregator categories. See alsoaggregator_form_category_validate()
aggregator_form_feedmodules/aggregator/aggregator.admin.incForm builder; Generate a form to add/edit feed sources. See alsoaggregator_form_feed_validate()
aggregator_form_opmlmodules/aggregator/aggregator.admin.incForm builder; Generate a form to import feeds from OPML. See alsoaggregator_form_opml_validate()
book_admin_editmodules/book/book.admin.incBuild the form to administrate the hierarchy of a single book. See alsobook_admin_edit_submit()
book_admin_settingsmodules/book/book.admin.incBuilds and returns the book settings form. See alsobook_admin_settings_validate()
book_outline_formmodules/book/book.pages.incBuild the form to handle all book outline operations via the outline tab. See alsobook_outline_form_submit()
book_remove_formmodules/book/book.pages.incMenu callback; builds a form to confirm removal of a node from the book. See alsobook_remove_form_submit()
comment_confirm_deletemodules/comment/comment.admin.incForm builder; Builds the confirmation form for deleting a single comment. See alsocomment_confirm_delete_submit()
comment_editmodules/comment/comment.pages.incForm builder; generate a comment editing form.
comment_formmodules/comment/comment.moduleGenerate the basic commenting form, for appending to a node or display on a separate page.
comment_form_add_previewmodules/comment/comment.moduleForm builder; Generate and validate a comment preview form.
comment_unpublish_by_keyword_action_formmodules/comment/comment.moduleForm builder; Prepare a form for blacklisted keywords.
confirm_formmodules/system/system.moduleOutput a confirmation form
dblog_admin_settingsmodules/dblog/dblog.admin.incdblog module settings form. See alsosystem_settings_form()
dblog_filter_formmodules/dblog/dblog.admin.incReturn form for dblog administration filters. See alsodblog_filter_form_submit()
filter_admin_configuremodules/filter/filter.admin.incBuild a form to change the settings for a format's filters.
filter_admin_deletemodules/filter/filter.admin.incMenu callback; confirm deletion of a format. See alsofilter_admin_delete_submit()
filter_admin_format_formmodules/filter/filter.admin.incGenerate a filter format form. See alsofilter_admin_format_form_validate()
filter_admin_ordermodules/filter/filter.admin.incBuild the form for ordering filters for a format. See alsotheme_filter_admin_order()
filter_admin_overviewmodules/filter/filter.admin.incMenu callback; Displays a list of all input formats and which one is the default. See alsofilter_admin_overview_submit()
filter_formmodules/filter/filter.moduleGenerate a selector for choosing a format in a form. See alsofilter_form_validate()
forum_form_containermodules/forum/forum.admin.incReturns a form for adding a container to the forum vocabulary
forum_form_forummodules/forum/forum.admin.incReturns a form for adding a forum to the forum vocabulary
openid_user_addmodules/openid/openid.pages.incForm builder; Add an OpenID identity. See alsoopenid_user_add_validate()
path_admin_filter_formmodules/path/path.admin.incReturn a form to filter URL aliases. See alsopath_admin_filter_form_submit()
path_admin_formmodules/path/path.admin.incReturn a form for editing or creating an individual URL alias. See alsopath_admin_form_validate()
poll_cancel_formmodules/poll/poll.moduleBuilds the cancel form for a poll. See alsopoll_cancel()
poll_view_votingmodules/poll/poll.moduleGenerates the voting form for a poll. See alsopoll_vote()
profile_admin_overviewmodules/profile/profile.admin.incForm builder to display a listing of all editable profile fields. See alsoprofile_admin_overview_submit()
profile_field_formmodules/profile/profile.admin.incMenu callback: Generate a form to add/edit a user profile field. See alsoprofile_field_form_validate()
scaffolding_example_delete_confirmdeveloper/examples/scaffolding_example/scaffolding_example.admin.incBuild the delete confirmation form.
scaffolding_example_formdeveloper/examples/scaffolding_example/scaffolding_example.admin.incBuild the record editing form.
scaffolding_example_overview_formdeveloper/examples/scaffolding_example/scaffolding_example.admin.incBuild an overview form with drag and drop re-ordering of records.
search_admin_settingsmodules/search/search.admin.incMenu callback; displays the search module settings page. See alsosystem_settings_form()
search_boxmodules/search/search.moduleForm builder; Output a search form for the search block and the theme's search box. See alsosearch_box_form_submit()
statistics_access_logging_settingsmodules/statistics/statistics.admin.incForm builder; Configure access logging. See alsosystem_settings_form()
system_actions_delete_formmodules/system/system.moduleCreate the form for confirmation of deleting an action. See alsosystem_actions_delete_form_submit()
system_actions_manage_formmodules/system/system.moduleDefine the form for the actions overview page. See alsosystem_actions_manage_form_submit()
system_admin_theme_settingsmodules/system/system.admin.incForm builder; This function allows selection of the theme to show in administration sections. See alsosystem_settings_form()
system_clean_url_settingsmodules/system/system.admin.incForm builder; Configure Clean URL settings. See alsosystem_settings_form()
system_clear_cache_submitmodules/system/system.admin.incSubmit callback; clear system caches.
system_date_time_settingsmodules/system/system.admin.incForm builder; Configure the site date and time settings. See alsosystem_settings_form()
system_error_reporting_settingsmodules/system/system.admin.incForm builder; Configure error reporting settings. See alsosystem_settings_form()
system_file_system_settingsmodules/system/system.admin.incForm builder; Configure the site file handling. See alsosystem_settings_form()
system_image_toolkit_settingsmodules/system/system.admin.incForm builder; Configure site image toolkit usage. See alsosystem_settings_form()
system_ip_blocking_formmodules/system/system.admin.incDefine the form for blocking IP addresses. See alsosystem_ip_blocking_form_validate()
system_modulesmodules/system/system.admin.incMenu callback; provides module enable/disable interface.
system_modules_confirm_formmodules/system/system.admin.incDisplay confirmation form for dependencies.
system_modules_uninstallmodules/system/system.admin.incBuilds a form of currently disabled modules. See alsosystem_modules_uninstall_validate()
system_modules_uninstall_confirm_formmodules/system/system.admin.incConfirm uninstall of selected modules.
system_performance_settingsmodules/system/system.admin.incForm builder; Configure site performance settings. See alsosystem_settings_form()
system_rss_feeds_settingsmodules/system/system.admin.incForm builder; Configure how the site handles RSS feeds. See alsosystem_settings_form()
system_settings_formmodules/system/system.moduleAdd default buttons to a form and set its prefix. See alsosystem_settings_form_submit()
system_site_information_settingsmodules/system/system.admin.incForm builder; The general site information form. See alsosystem_settings_form()
system_site_maintenance_settingsmodules/system/system.admin.incForm builder; Configure the site's maintenance status. See alsosystem_settings_form()
system_themes_formmodules/system/system.admin.incMenu callback; displays a listing of all themes. See alsosystem_themes_form_submit()
taxonomy_form_termmodules/taxonomy/taxonomy.admin.incForm function for the term edit form. See alsotaxonomy_form_term_submit()
taxonomy_form_vocabularymodules/taxonomy/taxonomy.admin.incDisplay form for adding and editing vocabularies. See alsotaxonomy_form_vocabulary_submit()
taxonomy_overview_termsmodules/taxonomy/taxonomy.admin.incForm builder for the taxonomy terms overview.
taxonomy_overview_vocabulariesmodules/taxonomy/taxonomy.admin.incForm builder to list and manage vocabularies. See alsotaxonomy_overview_vocabularies_submit()
taxonomy_term_confirm_deletemodules/taxonomy/taxonomy.admin.incForm builder for the term delete form. See alsotaxonomy_term_confirm_delete_submit()
taxonomy_term_confirm_parentsmodules/taxonomy/taxonomy.admin.incForm builder for the confirmation of multiple term parents. See alsotaxonomy_form_term()
taxonomy_vocabulary_confirm_deletemodules/taxonomy/taxonomy.admin.incForm builder for the vocabulary delete confirmation form. See alsotaxonomy_vocabulary_confirm_delete_submit()
taxonomy_vocabulary_confirm_reset_alphabeticalmodules/taxonomy/taxonomy.admin.incForm builder to confirm reseting a vocabulary to alphabetical order. See alsotaxonomy_vocabulary_confirm_reset_alphabetical_submit()
theme_scaffolding_example_overview_formdeveloper/examples/scaffolding_example/scaffolding_example.admin.incTheme the drag-and-drop overview form.
trigger_unassignmodules/trigger/trigger.admin.incConfirm removal of an assigned action.
user_admin_accountmodules/user/user.admin.incForm builder; User administration page. See alsouser_admin_account_validate()
user_admin_permmodules/user/user.admin.incMenu callback: administer permissions. See alsouser_admin_perm_submit()
user_admin_rolemodules/user/user.admin.incMenu callback: administer roles. See alsouser_admin_role_validate()
user_admin_settingsmodules/user/user.admin.incForm builder; Configure user settings for this site. See alsosystem_settings_form()
user_confirm_deletemodules/user/user.pages.incForm builder; confirm form for user deletion. See alsouser_confirm_delete_submit()
user_editmodules/user/user.pages.incForm builder; Present the form to edit a given user or profile category. See alsouser_edit_validate()
user_filter_formmodules/user/user.admin.incForm builder; Return form for user administration filters. See alsouser_filter_form_submit()
user_loginmodules/user/user.moduleForm builder; the main user login form.
user_passmodules/user/user.pages.incForm builder; Request a password reset. See alsouser_pass_validate()
user_profile_formmodules/user/user.pages.incForm builder; edit a user account or one of their profile categories. See alsouser_profile_form_validate()
user_registermodules/user/user.moduleForm builder; The user registration form. See alsouser_register_validate()
_scaffolding_example_overview_record_fielddeveloper/examples/scaffolding_example/scaffolding_example.admin.incBuilds the fields for a single record on the drag-and-drop overview form.
 
 

Drupal is a registered trademark of Dries Buytaert.