| block_admin_configure | drupal/modules/block.module | Menu callback; displays the block configuration form. |
| blog_page_user | drupal/modules/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| book_outline | drupal/modules/book.module | Implementation of function book_outline()
Handles all book outline operations. |
| book_render | drupal/modules/book.module | Menu callback; prints a listing of all books. |
| drupal_access_denied | drupal/includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_get_title | drupal/includes/bootstrap.inc | Get the title of the current page, for display on the page and in the title bar. |
| drupal_not_found | drupal/includes/common.inc | Generates a 404 error if the request can not be handled. |
| forum_page | drupal/modules/forum.module | Menu callback; prints a forum listing. |
| node_add | drupal/modules/node.module | Present a node submission form or a set of links to such forms. |
| node_edit | drupal/modules/node.module | Present a node editing form. |
| node_page | drupal/modules/node.module | Menu callback; dispatches control to the appropriate operation handler. |
| node_revision_overview | drupal/modules/node.module | Generate an overview table of older revisions of a node. |
| path_admin_edit | drupal/modules/path.module | Menu callback; handles pages for creating and editing URL aliases. |
| poll_results | drupal/modules/poll.module | Callback for the 'results' tab for polls you can vote on |
| profile_admin_add | drupal/modules/profile.module | Menu callback; adds a new field to all user profiles. |
| profile_admin_edit | drupal/modules/profile.module | Menu callback; displays the profile field editing form. |
| profile_browse | drupal/modules/profile.module | Menu callback; display a list of user information. |
| queue_overview | drupal/modules/queue.module | Display a page listing the nodes in the submission queue. |
| statistics_top_pages | drupal/modules/statistics.module | Menu callback; presents the "Top pages" page. |
| statistics_top_referrers | drupal/modules/statistics.module | Menu callback; presents the "Top referrers" page. |
| statistics_top_users | drupal/modules/statistics.module | Menu callback; presents the "Top users" page. |
| taxonomy_term_page | drupal/modules/taxonomy.module | Menu callback; displays all nodes associated with a term. |
| theme_confirm | drupal/includes/theme.inc | Output a confirmation form |
| theme_forum_display | drupal/modules/forum.module | Format the forum body. |
| tracker_track_user | drupal/modules/tracker.module | Menu callback. Prints a listing of active nodes on the site. |