book_admin in modules/book/book.module
Menu callback; displays the book administration page.
comment_admin in modules/comment/comment.module
Menu callback; present an administrative comment listing.
comment_delete in modules/comment/comment.module
Menu callback; delete a comment.
comment_form_box in modules/comment/comment.module
forum_form_main in modules/forum/forum.module
install_change_settings in ./install.php
Configure and rewrite settings.php.
locale_admin_import in modules/locale/locale.module
Page handler for the translation import screen
locale_admin_manage in modules/locale/locale.module
Page handler for the language management screen.
locale_admin_string_delete_page in modules/locale/locale.module
String deletion confirmation page.
locale_string_search in modules/locale/locale.module
Page handler for the string search.
node_add in modules/node/node.module
Present a node submission form or a set of links to such forms.
node_admin_content in modules/node/node.module
Menu callback: content administration.
node_admin_search in modules/node/node.module
node_page_edit in modules/node/node.module
Menu callback; presents the node editing form, or redirects to delete confirmation.
node_revision_delete in 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 in 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 in 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 in modules/poll/poll.module
Implementation of hook_view().
search_view in modules/search/search.module
Menu callback; presents the search form and/or search results.
taxonomy_admin_term_edit in modules/taxonomy/taxonomy.module
Page to edit a vocabulary term.
taxonomy_admin_vocabulary_edit in modules/taxonomy/taxonomy.module
Page to edit a vocabulary.
update_selection_page in ./update.php
user_admin_access_add in modules/user/user.module
Menu callback: add an access rule
user_admin_access_check in modules/user/user.module
Menu callback: check an access rule
user_admin_access_edit in modules/user/user.module
Menu callback: edit an access rule
user_edit in modules/user/user.module
watchdog_overview in modules/watchdog/watchdog.module
Menu callback; displays a listing of log messages.
_locale_admin_export_screen in includes/locale.inc
User interface for the translation export screen
_locale_admin_manage_add_screen in includes/locale.inc
User interface for the language addition screen.