| block_example_block | developer/examples/block_example.module | Implementation of hook_block(). |
| cache_clear_all | includes/cache.inc | Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page table. |
| cache_get | includes/cache.inc | Return data from the persistent cache. |
| 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. |
| 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.module | Process forum form and container form submissions. |
| forum_taxonomy | modules/forum/forum.module | Implementation of hook_taxonomy(). |
| 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_complete | install.php | Page displayed when the installation is complete. Called from install.php. |
| 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(). |
| node_update_shutdown | modules/node/node.module | shutdown function to make sure we always mark the last node processed. |
| 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_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_update_1018 | modules/system/system.install | Change break tag (was removed, see 1020). |
| system_update_1019 | modules/system/system.install | Change variable format for user-defined e-mails. |
| system_update_1021 | modules/system/system.install | Update two more variables that were missing from system_update_1019. |
| system_update_1022 | modules/system/system.install | Add index on users created column. |
| system_update_179 | modules/system/system.install | Update base paths for relative URLs in custom blocks, profiles and various variables. |
| throttle_exit | modules/throttle/throttle.module | Implementation of hook_exit(). |
| update_fix_schema_version | update.php | If the schema version for Drupal core is stored in the variables table
(4.6.x and earlier) move it to the schema_version column of the system
table. |
| update_fix_sessions | update.php | System update 130 changes the sessions table, which breaks the update
script's ability to use session variables. This changes the table
appropriately. |
| update_fix_watchdog | update.php | System update 142 changes the watchdog table, which breaks the update
script's ability to use logging. This changes the table appropriately. |
| update_fix_watchdog_115 | update.php | System update 115 changes the watchdog table, which breaks the update
script's ability to use logging. This changes the table appropriately. |
| 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. |
| _forum_get_vid | modules/forum/forum.module | Returns the vocabulary id for forum navigation. |