| block_example_block | developer/examples/block_example.module | Implementation of hook_block(). |
| book_block | modules/book/book.module | Implementation of hook_block(). |
| book_node_type | modules/book/book.module | Implementation of hook_node_type(). |
| cache_clear_all | includes/cache.inc | Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page and cache_block tables. |
| cache_get | includes/cache.inc | Return data from the persistent cache. Data may be stored as either plain text or as serialized data.
cache_get will automatically return unserialized objects and arrays. |
| color_scheme_form_submit | modules/color/color.module | Submit handler for color change form. |
| comment_update_1 | modules/comment/comment.install | Changed node_comment_statistics to use node->changed to avoid future timestamps. |
| comment_update_6002 | modules/comment/comment.install | Changed comment settings from global to per-node -- copy global
settings to all node types. |
| drupal_clear_js_cache | includes/common.inc | Delete all cached JS files. |
| drupal_cron_run | includes/common.inc | Executes a cron run when called |
| drupal_get_private_key | includes/common.inc | Ensure the private key variable used to generate tokens is set. |
| file_directory_temp | includes/file.inc | Determine the default temporary directory. |
| forum_block | modules/forum/forum.module | Implementation of hook_block(). |
| forum_form_submit | modules/forum/forum.admin.inc | Process forum form and container form submissions. |
| forum_taxonomy | modules/forum/forum.module | Implementation of hook_taxonomy(). |
| forum_update_6000 | modules/forum/forum.install | Create the forum vocabulary if does not exist. Assign the
vocabulary a low weight so it will appear first in forum topic
create and edit forms. Do not just call forum_enable() because in
future versions it might do something different. |
| hook_block | developer/hooks/core.php | Declare a block or set of blocks. |
| hook_node_type | developer/hooks/node.php | Act on node type changes. |
| hook_taxonomy | developer/hooks/core.php | Act on taxonomy changes. |
| hook_update_index | developer/hooks/core.php | Update Drupal's full-text index for this module. |
| install_configure_form_submit | install.php | Form API submit for the site configuration form. |
| install_main | install.php | The Drupal installation happens in a series of steps. We begin by verifying
that the current environment meets our minimum requirements. We then go
on to verify that settings.php is properly configured. From there we
connect to the configured database... |
| install_tasks | install.php | Tasks performed after the database is initialized. |
| locale_add_language | includes/locale.inc | API function to add a language. |
| locale_languages_configure_form_submit | includes/locale.inc | Submit function for language negotiation settings. |
| locale_languages_edit_form_submit | includes/locale.inc | Process the language editing form submission. |
| locale_languages_overview_form_submit | includes/locale.inc | Process language overview form submissions, updating existing languages. |
| locale_update_6000 | modules/locale/locale.install | {locales_meta} table became {languages}. |
| locale_update_6005 | modules/locale/locale.install | Change language setting variable of content types. |
| locale_update_js_files | modules/locale/locale.module | Update JavaScript translation file, if required, and add it to the page. |
| menu_rebuild | includes/menu.inc | (Re)populate the database tables used by various menu functions. |
| node_access_needs_rebuild | modules/node/node.module | Flag / unflag the node access grants for rebuilding, or read the current
value of the flag. |
| node_type_form_submit | modules/node/content_types.inc | Implementation of hook_form_submit(). |
| node_update_index | modules/node/node.module | Implementation of hook_update_index(). |
| profile_block | modules/profile/profile.module | Implementation of hook_block(). |
| statistics_block | modules/statistics/statistics.module | Implementation of hook_block(). |
| statistics_cron | modules/statistics/statistics.module | Implementation of hook_cron(). |
| system_block | modules/system/system.module | Implementation of hook_block(). |
| system_check_http_request | modules/system/system.module | Checks whether the server is capable of issuing HTTP requests. |
| system_image_toolkit_settings | modules/system/system.admin.inc | Form builder; Configure site image toolkit usage.
See alsosystem_settings_form() |
| system_node_type | modules/system/system.module | Implementation of hook_node_type(). |
| system_settings_form_submit | modules/system/system.module | Execute the system_settings_form. |
| system_themes_form_submit | modules/system/system.admin.inc | Process system_themes_form form submissions. |
| system_theme_settings_submit | modules/system/system.admin.inc | Process system_theme_settings form submissions. |
| system_update_1022 | modules/system/system.install | Add index on users created column. |
| system_update_6014 | modules/system/system.install | Record that the installer is done, so it is not
possible to run the installer on upgraded sites. |
| system_update_6017 | modules/system/system.install | Rename settings related to user.module email notifications. |
| system_update_6021 | modules/system/system.install | Migrate the menu items from the old menu system to the new menu_links table. |
| system_update_6042 | modules/system/system.install | Upgrade recolored theme stylesheets to new array structure. |
| system_update_6043 | modules/system/system.install | Update table indices to make them more rational and useful. |
| system_update_6046 | modules/system/system.install | Ensure that the file_directory_path variable is set (using the old 5.x
default, if necessary), so that the changed 6.x default won't break
existing sites. |
| throttle_exit | modules/throttle/throttle.module | Implementation of hook_exit(). |
| update_fix_d6_requirements | update.php | Perform Drupal 5.x to 6.x updates that are required for update.php
to function properly. |
| update_settings_submit | modules/update/update.settings.inc | Submit handler for the settings tab. |
| user_block | modules/user/user.module | Implementation of hook_block(). |
| variable_set | includes/bootstrap.inc | Set a persistent variable. |
| _color_render_images | modules/color/color.module | Render images that match a given palette. |
| _drupal_flush_css_js | includes/common.inc | Helper function to change query-strings on css/js files. |
| _install_locale_initial_batch_finished | install.php | Finished callback for the first locale import batch. |
| _install_locale_remaining_batch_finished | install.php | Finished callback for the second locale import batch. |
| _install_profile_batch_finished | install.php | Finished callback for the modules install batch. |
| _locale_invalidate_js | includes/locale.inc | Force the JavaScript translation files) to be refreshed. |
| _locale_rebuild_js | includes/locale.inc | (Re-)Creates the JavaScript translation file for a language. |
| _menu_router_build | includes/menu.inc | Helper function to build the router table based on the data from hook_menu. |
| _menu_set_expanded_menus | includes/menu.inc | Helper function to update a list of menus with expanded items |
| _node_index_node | modules/node/node.module | Index a single node. |
| _update_refresh | modules/update/update.fetch.inc | Fetch project info via XML from a central server. |