Related topics

Namesort iconDescription
Form generationFunctions to enable output of HTML forms and form elements.
Input validationFunctions to validate user input.

Functions that call form()

Namesort iconLocationDescription
archive_pagedrupal/modules/archive.moduleMenu callback; lists all nodes posted on a given date.
block_admin_configuredrupal/modules/block.moduleMenu callback; displays the block configuration form.
block_admin_displaydrupal/modules/block.modulePrepare the main block administration form.
block_box_adddrupal/modules/block.moduleMenu callback; displays the block creation form.
book_admin_viewdrupal/modules/book.moduleDisplay an administrative view of the hierarchy of a book.
book_outlinedrupal/modules/book.moduleImplementation of function book_outline() Handles all book outline operations.
comment_admin_editdrupal/modules/comment.moduleMenu callback; edit a comment from the administrative interface.
comment_matrix_settingsdrupal/modules/comment.moduleMenu callback; presents the moderation vote matrix.
comment_role_settingsdrupal/modules/comment.moduleMenu callback; allows admin to set default scores for different roles.
comment_threshold_settingsdrupal/modules/comment.moduleMenu callback; displays settings for thresholds at which comments are displayed.
comment_vote_settingsdrupal/modules/comment.moduleMenu callback; displays page for assigning names to vote values.
filter_admin_filtersdrupal/modules/filter.moduleMenu callback; configure the filters for a format.
filter_admin_orderdrupal/modules/filter.moduleMenu callback; display form for ordering filters for a format.
filter_admin_overviewdrupal/modules/filter.moduleMenu callback; allows administrators to set up input formats.
forum_form_containerdrupal/modules/forum.moduleReturns a form for adding a container to the forum vocabulary
forum_form_forumdrupal/modules/forum.moduleReturns a form for adding a forum to the forum vocabulary
menu_edit_item_formdrupal/modules/menu.modulePresent the menu item editing form.
node_admin_nodesdrupal/modules/node.moduleGenerate the content administration overview.
node_formdrupal/modules/node.moduleGenerate the node editing form.
path_formdrupal/modules/path.moduleReturn a form for editing or creating an individual URL alias.
poll_view_votingdrupal/modules/poll.moduleGenerates the voting form for a poll.
queue_viewdrupal/modules/queue.moduleDisplay a queued node along with voting options for it.
search_formdrupal/modules/search.moduleRender a search form.
system_modulesdrupal/modules/system.moduleMenu callback; displays a listing of all modules.
system_themesdrupal/modules/system.moduleMenu callback; displays a listing of all themes.
system_theme_settingsdrupal/modules/system.moduleMenu callback; display theme configuration for entire site and individual themes.
theme_confirmdrupal/includes/theme.incOutput a confirmation form
user_admin_access_adddrupal/modules/user.moduleMenu callback: add an access rule
user_admin_access_checkdrupal/modules/user.moduleMenu callback: check an access rule
user_admin_access_editdrupal/modules/user.moduleMenu callback: edit an access rule
user_admin_permdrupal/modules/user.moduleMenu callback: administer permissions.
user_admin_roledrupal/modules/user.moduleMenu callback: administer roles.
user_blockdrupal/modules/user.moduleImplementation of hook_block().
watchdog_overviewdrupal/modules/watchdog.moduleMenu callback; displays a listing of log messages.
_aggregator_page_listdrupal/modules/aggregator.modulePrints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
_locale_admin_export_screendrupal/includes/locale.incUser interface for the translation export screen
_locale_admin_import_screendrupal/includes/locale.incUser interface for the translation import screen
_locale_admin_manage_add_screendrupal/includes/locale.incUser interface for the language addition screen
_locale_admin_manage_screendrupal/includes/locale.incUser interface for the language management screen
_locale_string_editdrupal/includes/locale.incUser interface for string editing
_locale_string_seek_formdrupal/includes/locale.incUser interface for the string search screen

Functions called by form()

Namesort iconLocationDescription
check_urldrupal/includes/common.incPrepare a URL for use in an HTML attribute. Strips harmful protocols.
drupal_attributesdrupal/includes/common.incFormat an attribute string to insert in a tag.
form_tokendrupal/includes/common.incGenerate a form token based on the session and the private key to defend against cross site request forgeries.
request_uridrupal/includes/bootstrap.incSince request_uri() is only available on Apache, we generate an equivalent using other environment vars.