| aggregator_form_feed | modules/aggregator.module | Generate a form to add/edit feed sources. |
| archive_browse_form | modules/archive.module | Generate a form that retrieves archives for a certain date. |
| block_admin_configure | modules/block.module | Menu callback; displays the block configuration form. |
| block_admin_display | modules/block.module | Generate main block administration form. |
| block_box_add | modules/block.module | Menu callback; displays the block creation form. |
| book_admin_edit | modules/book.module | Display an administrative view of the hierarchy of a book. |
| book_admin_orphan | modules/book.module | Menu callback; displays a listing of all orphaned book pages. |
| book_outline | modules/book.module | Implementation of function book_outline()
Handles all book outline operations. |
| comment_admin_overview | modules/comment.module | Menu callback; present an administrative comment listing. |
| contact_admin_edit | modules/contact.module | Category edit page. |
| contact_admin_settings | modules/contact.module | Settings tab. Using a form rather than hook_settings(). |
| contact_mail_page | modules/contact.module | Site-wide contact page |
| contact_mail_user | modules/contact.module | Personal contact page. |
| drupal_get_form | includes/form.inc | Processes 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_form | modules/filter.module | Generate a filter format form. |
| filter_admin_order | modules/filter.module | Menu callback; display form for ordering filters for a format. |
| filter_admin_overview | modules/filter.module | Displays a list of all input formats and which one is the default |
| forum_form_container | modules/forum.module | Returns a form for adding a container to the forum vocabulary |
| forum_form_forum | modules/forum.module | Returns a form for adding a forum to the forum vocabulary |
| menu_edit_item_form | modules/menu.module | Present the menu item editing form. |
| menu_edit_menu_form | modules/menu.module | Menu callback; handle the adding/editing of a new menu. |
| node_admin_nodes | modules/node.module | Menu callback: content administration. |
| node_filter_form | modules/node.module | Return form for node administration filters. |
| node_form | modules/node.module | Generate the node editing form. |
| path_form | modules/path.module | Return a form for editing or creating an individual URL alias. |
| poll_view_voting | modules/poll.module | Generates the voting form for a poll. |
| profile_field_form | modules/profile.module | Menu callback: Generate a form to add/edit a user profile field. |
| search_box | modules/search.module | Output a search form for the search block and the theme's search box. |
| search_form | modules/search.module | Render a search form. |
| system_modules | modules/system.module | Menu callback; displays a listing of all modules. |
| system_themes | modules/system.module | Menu callback; displays a listing of all themes. |
| taxonomy_form_vocabulary | modules/taxonomy.module | Display form for adding and editing vocabularies. |
| user_admin_access_add | modules/user.module | Menu callback: add an access rule |
| user_admin_access_check | modules/user.module | Menu callback: check an access rule |
| user_admin_access_edit | modules/user.module | Menu callback: edit an access rule |
| user_admin_perm | modules/user.module | Menu callback: administer permissions. |
| user_admin_role | modules/user.module | Menu callback: administer roles. |
| user_block | modules/user.module | Implementation of hook_block(). |
| user_pass_reset | modules/user.module | Menu callback; process one time login link and redirects to the user page on success. |
| watchdog_overview | modules/watchdog.module | Menu callback; displays a listing of log messages. |
| _aggregator_page_list | modules/aggregator.module | Prints an aggregator page listing a number of feed items. Various
menu callbacks use this function to print their feeds. |
| _locale_admin_export_screen | includes/locale.inc | User interface for the translation export screen |
| _locale_admin_import_screen | includes/locale.inc | User interface for the translation import screen. |
| _locale_admin_manage_add_screen | includes/locale.inc | User interface for the language addition screen. |
| _locale_admin_manage_screen | includes/locale.inc | User interface for the language management screen. |
| _locale_string_edit | includes/locale.inc | User interface for string editing. |
| _locale_string_seek_form | includes/locale.inc | User interface for the string search screen |