| actions_synchronize | includes/actions.inc | Synchronize actions that are provided by modules. |
| aggregator_form_category_submit | modules/aggregator/aggregator.admin.inc | Process aggregator_form_category form submissions. |
| aggregator_form_feed_submit | modules/aggregator/aggregator.admin.inc | Process aggregator_form_feed form submissions. |
| aggregator_view | modules/aggregator/aggregator.admin.inc | Displays the aggregator administration page. |
| block_admin_display_form | modules/block/block.admin.inc | Generate main blocks administration form. |
| blogapi_blogger_edit_post | modules/blogapi/blogapi.module | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_new_post | modules/blogapi/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| blog_form | modules/blog/blog.module | Implementation of hook_form(). |
| blog_page_last | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of a given user. |
| blog_user | modules/blog/blog.module | Implementation of hook_user(). |
| blog_view | modules/blog/blog.module | Implementation of hook_view(). |
| book_admin_edit_submit | modules/book/book.admin.inc | Handle submission of the book administrative page form. |
| book_admin_overview | modules/book/book.admin.inc | Returns an administrative overview of all books. |
| book_render | modules/book/book.pages.inc | Menu callback; prints a listing of all books. |
| comment_admin_overview | modules/comment/comment.admin.inc | Form builder; Builds the comment overview form for the admin. |
| comment_admin_overview_submit | modules/comment/comment.admin.inc | Process comment_admin_overview form submissions. |
| comment_reply | modules/comment/comment.pages.inc | This function is responsible for generating a comment reply form.
There are several cases that have to be handled, including:
replies to comments
replies to nodes
attempts to reply to nodes that can no longer accept comments
respecting access... |
| comment_save | modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| confirm_form | modules/system/system.module | Output a confirmation form |
| contact_admin_categories | modules/contact/contact.admin.inc | Categories/list tab. |
| contact_admin_edit_submit | modules/contact/contact.admin.inc | Process the contact category edit page form submission. |
| dblog_event | modules/dblog/dblog.admin.inc | Menu callback; displays details about a log message. |
| dblog_overview | modules/dblog/dblog.admin.inc | Menu callback; displays a listing of log messages. |
| filter_admin_format_form | modules/filter/filter.admin.inc | Generate a filter format form.
See alsofilter_admin_format_form_validate() |
| filter_admin_overview | modules/filter/filter.admin.inc | Menu callback; Displays a list of all input formats and which
one is the default.
See alsofilter_admin_overview_submit() |
| forum_nodeapi | modules/forum/forum.module | Implementation of hook_nodeapi(). |
| forum_overview | modules/forum/forum.admin.inc | Returns an overview list of existing forums and containers |
| hook_requirements | developer/hooks/install.php | Check installation requirements and do status reporting. |
| l | includes/common.inc | Format an internal Drupal link. |
| locale_update_6005 | modules/locale/locale.install | Change language setting variable of content types. |
| menu_edit_item | modules/menu/menu.admin.inc | Menu callback; Build the menu link editing form. |
| menu_get_active_breadcrumb | includes/menu.inc | Get the breadcrumb for the current page, as determined by the active trail. |
| node_admin_nodes | modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_feed | modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_overview_types | modules/node/content_types.inc | Displays the content type admin overview page. |
| node_revision_overview | modules/node/node.pages.inc | Generate an overview table of older revisions of a node. |
| node_title_list | modules/node/node.module | Gather a listing of links to nodes. |
| node_type_form_submit | modules/node/content_types.inc | Implementation of hook_form_submit(). |
| openid_form_alter | modules/openid/openid.module | Implementation of hook_form_alter : adds OpenID login to the login forms. |
| openid_user_identities | modules/openid/openid.pages.inc | Menu callback; Manage OpenID identities for the specified user. |
| path_admin_overview | modules/path/path.admin.inc | Return a listing of all defined URL aliases.
When filter key passed, perform a standard search on the given key,
and return the list of matching URL aliases. |
| php_install | modules/php/php.install | Implementation of hook_install(). |
| poll_page | modules/poll/poll.pages.inc | Menu callback to provide a simple list of all polls available. |
| profile_admin_overview | modules/profile/profile.admin.inc | Form builder to display a listing of all editable profile fields.
See alsoprofile_admin_overview_submit() |
| profile_block | modules/profile/profile.module | Implementation of hook_block(). |
| profile_field_delete_submit | modules/profile/profile.admin.inc | Process a field delete form submission. |
| profile_field_form_submit | modules/profile/profile.admin.inc | Process profile_field_form submissions. |
| search_view | modules/search/search.pages.inc | Menu callback; presents the search form and/or search results. |
| statistics_access_log | modules/statistics/statistics.admin.inc | Menu callback; Displays recent page accesses. |
| statistics_recent_hits | modules/statistics/statistics.admin.inc | Menu callback; presents the "recent hits" page. |
| statistics_top_visitors | modules/statistics/statistics.admin.inc | Menu callback; presents the "top visitors" page. |
| system_actions_manage | modules/system/system.module | Menu callback. Display an overview of available and configured actions. |
| system_admin_by_module | modules/system/system.admin.inc | Menu callback; prints a listing of admin tasks for each installed module. |
| system_get_module_admin_tasks | modules/system/system.module | Generate a list of tasks offered by a specified module. |
| system_requirements | modules/system/system.install | Test and report Drupal installation requirements. |
| system_themes_form | modules/system/system.admin.inc | Menu callback; displays a listing of all themes.
See alsosystem_themes_form_submit() |
| tablesort_header | includes/tablesort.inc | Format a column header. |
| taxonomy_form_term_submit | modules/taxonomy/taxonomy.admin.inc | Submit handler to insert or update a term.
See alsotaxonomy_form_term() |
| taxonomy_form_vocabulary_submit | modules/taxonomy/taxonomy.admin.inc | Accept the form submission for a vocabulary and save the results. |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.admin.inc | Form builder for the taxonomy terms overview. |
| taxonomy_overview_vocabularies | modules/taxonomy/taxonomy.admin.inc | Form builder to list and manage vocabularies.
See alsotaxonomy_overview_vocabularies_submit() |
| taxonomy_term_page | modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |
| template_preprocess_aggregator_feed_source | modules/aggregator/aggregator.pages.inc | Process variables for aggregator-feed-source.tpl.php.
See alsoaggregator-feed-source.tpl.php |
| template_preprocess_aggregator_item | modules/aggregator/aggregator.pages.inc | Process variables for aggregator-item.tpl.php.
See alsoaggregator-item.tpl.php |
| template_preprocess_comment | modules/comment/comment.module | Process variables for comment.tpl.php.
See alsocomment.tpl.php |
| template_preprocess_comment_folded | modules/comment/comment.module | Process variables for comment-folded.tpl.php.
See alsocomment-folded.tpl.php |
| template_preprocess_forums | modules/forum/forum.module | Process variables for forums.tpl.php |
| template_preprocess_forum_topic_list | modules/forum/forum.module | Preprocess variables to format the topic listing. |
| template_preprocess_user_picture | modules/user/user.module | Process variables for user-picture.tpl.php. |
| theme_admin_block_content | modules/system/system.admin.inc | This function formats the content of an administrative block. |
| theme_admin_page | modules/system/system.admin.inc | This function formats an administrative page for viewing. |
| theme_aggregator_block_item | modules/aggregator/aggregator.module | Format an individual feed item for display in the block. |
| theme_book_admin_table | modules/book/book.admin.inc | Theme function for the book administration page form.
See alsobook_admin_table() |
| theme_book_title_link | modules/book/book.module | Generate the HTML output for a link to a book title when used as a block title. |
| theme_comment_block | modules/comment/comment.module | Returns a formatted list of recent comments to be displayed in the comment block. |
| theme_filter_tips_more_info | modules/filter/filter.module | Format a link to the more extensive filter tips. |
| theme_links | includes/theme.inc | Return a themed set of links. |
| theme_locale_languages_overview_form | includes/locale.inc | Theme the language overview form. |
| theme_menu_item_link | includes/menu.inc | Generate the HTML output for a single menu link. |
| theme_node_add_list | modules/node/node.pages.inc | Display the list of available node types for node creation. |
| theme_pager_link | includes/pager.inc | Format a link to a specific query result page. |
| theme_system_powered_by | modules/system/system.module | Format the Powered by Drupal text. |
| theme_update_report | modules/update/update.report.inc | Theme project status report. |
| theme_update_version | modules/update/update.report.inc | Theme the version display of a project. |
| theme_upload_attachments | modules/upload/upload.module | Displays file attachments in table |
| theme_username | includes/theme.inc | Format a username. |
| theme_user_admin_new_role | modules/user/user.admin.inc | Theme the new-role form. |
| tracker_page | modules/tracker/tracker.pages.inc | Menu callback. Prints a listing of active nodes on the site. |
| translation_node_overview | modules/translation/translation.pages.inc | Overview page for a node's translations. |
| trigger_assign_form | modules/trigger/trigger.admin.inc | Create the form definition for assigning an action to a hook-op combination. |
| user_admin_access | modules/user/user.admin.inc | Menu callback: list all access rules |
| user_admin_account | modules/user/user.admin.inc | Form builder; User administration page.
See alsouser_admin_account_validate() |
| user_external_login_register | modules/user/user.module | Helper function for authentication modules. Either login in or registers
the current user, based on username. Either way, the global $user object is
populated based on $name. |
| user_register_submit | modules/user/user.module | Submit handler for the user registration form. |
| _locale_translate_seek | includes/locale.inc | Perform a string search and display results in a table |
| _menu_overview_tree_form | modules/menu/menu.admin.inc | Recursive helper function for menu_overview_form(). |
| _node_mass_update_batch_process | modules/node/node.admin.inc | Node Mass Update Batch operation |
| _statistics_link | modules/statistics/statistics.module | It is possible to adjust the width of columns generated by the
statistics module. |
| _update_refresh | modules/update/update.fetch.inc | Fetch project info via XML from a central server. |
| _update_requirement_check | modules/update/update.module | Private helper method to fill in the requirements array. |