| Name | Location | Description |
|---|---|---|
| drupal_flush_all_caches | drupal/includes/common.inc | Flush all cached data on the site. |
| system_modules | drupal/modules/system/system.admin.inc | Menu callback; provides module enable/disable interface. |
| system_settings_form_submit | drupal/modules/system/system.module | Execute the system_settings_form. |
| system_themes_form_submit | drupal/modules/system/system.admin.inc | Process system_themes_form form submissions. |
| Name | Location | Description |
|---|---|---|
| cache_clear_all | drupal/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. |