| drupal_flush_all_caches | includes/common.inc | Flush all cached data on the site. |
| menu_enable | modules/menu/menu.module | Implementation of hook_enable(). |
| menu_execute_active_handler | includes/menu.inc | Execute the page callback associated with the current path |
| menu_rebuild | includes/menu.inc | (Re)populate the database tables used by various menu functions. |
| menu_uninstall | modules/menu/menu.install | Implementation of hook_uninstall(). |
| node_type_delete_confirm_submit | modules/node/content_types.inc | Process content type delete confirm submissions. |
| node_type_form_submit | modules/node/content_types.inc | Implementation of hook_form_submit(). |
| profile_admin_overview_submit | modules/profile/profile.admin.inc | Submit handler to update changed profile field weights and categories.
See alsoprofile_admin_overview() |
| profile_field_form_submit | modules/profile/profile.admin.inc | Process profile_field_form submissions. |
| system_modules | modules/system/system.admin.inc | Menu callback; provides module enable/disable interface. |
| system_themes_form_submit | modules/system/system.admin.inc | Process system_themes_form form submissions. |
| system_update_6021 | modules/system/system.install | Migrate the menu items from the old menu system to the new menu_links table. |
| system_update_6029 | modules/system/system.install | Enable the dblog module on sites that upgrade, since otherwise
watchdog logging will stop unexpectedly. |
| update_uninstall | modules/update/update.install | Implementation of hook_uninstall(). |
| _locale_import_po | includes/locale.inc | Parses Gettext Portable Object file information and inserts into database |