| forum_taxonomy | modules/forum.module | Implementation of hook_taxonomy(). |
| hook_search | developer/hooks/core.php | Define a custom search routine. |
| multipage_form_example_delete | developer/examples/multipage_form_example.module | Implementation of hook_delete(). |
| node_search | modules/node.module | Implementation of hook_search(). |
| system_settings_form_submit | modules/system.module | Execute the system_settings_form. |
| 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. |
| variable_del | includes/bootstrap.inc | Unset a persistent variable. |