| book_admin | modules/book/book.module | Menu callback; displays the book administration page. |
| comment_admin | modules/comment/comment.module | Menu callback; present an administrative comment listing. |
| comment_delete | modules/comment/comment.module | Menu callback; delete a comment. |
| comment_render | modules/comment/comment.module | Renders comment(s). |
| contact_site_page | modules/contact/contact.module | Site-wide contact page |
| contact_user_page | modules/contact/contact.module | Personal contact page. |
| drupal_get_form | includes/form.inc | Retrieves 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_settings | install.php | Configure and rewrite settings.php. |
| install_select_locale | install.php | Find all .po files for the current profile and allow admin to select which to use. |
| install_select_profile | install.php | Find all .profile files and allow admin to select which to install. |
| locale_admin_import | modules/locale/locale.module | Page handler for the translation import screen |
| locale_admin_manage | modules/locale/locale.module | Page handler for the language management screen. |
| locale_admin_string_delete_page | modules/locale/locale.module | String deletion confirmation page. |
| locale_string_search | modules/locale/locale.module | Page handler for the string search. |
| node_add | modules/node/node.module | Present a node submission form or a set of links to such forms. |
| node_admin_content | modules/node/node.module | Menu callback: content administration. |
| node_page_edit | modules/node/node.module | Menu callback; presents the node editing form, or redirects to delete confirmation. |
| node_revision_delete | modules/node/node.module | Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a
revision is deleted. |
| node_revision_revert | modules/node/node.module | Revert 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_page | themes/engines/phptemplate/phptemplate.engine | Prepare 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_view | modules/poll/poll.module | Implementation of hook_view(). |
| search_block | modules/search/search.module | Implementation of hook_block(). |
| search_view | modules/search/search.module | Menu callback; presents the search form and/or search results. |
| taxonomy_admin_term_edit | modules/taxonomy/taxonomy.module | Page to edit a vocabulary term. |
| taxonomy_admin_vocabulary_edit | modules/taxonomy/taxonomy.module | Page to edit a vocabulary. |
| user_admin_access_add | modules/user/user.module | Menu callback: add an access rule |
| user_admin_access_check | modules/user/user.module | Menu callback: check an access rule |
| user_admin_access_edit | modules/user/user.module | Menu callback: edit an access rule |
| user_block | modules/user/user.module | Implementation of hook_block(). |
| watchdog_overview | modules/watchdog/watchdog.module | Menu callback; displays a listing of log messages. |
| _locale_admin_export_screen | includes/locale.inc | User interface for the translation export screen |
| _locale_admin_manage_add_screen | includes/locale.inc | User interface for the language addition screen. |