Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
update.module
»
_update_cache_clear
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
10 calls to _update_cache_clear()
hook_themes_disabled
in drupal/
modules/
system/
theme.api.php
Respond to themes being disabled.
UpdateCoreTestCase::testFetchTasks
in drupal/
modules/
update/
update.test
Tests that exactly one fetch task per project is created and not more.
update_cache_clear_submit
in drupal/
modules/
update/
update.module
Form submission handler for
system_modules
().
update_flush_caches
in drupal/
modules/
update/
update.module
Implements
hook_flush_caches
().
update_project_cache
in drupal/
modules/
update/
update.compare.inc
Retrieves data from {cache_update} or empties the cache when necessary.
update_settings_submit
in drupal/
modules/
update/
update.settings.inc
Form submission handler for
update_settings
().
update_themes_disabled
in drupal/
modules/
update/
update.module
Implements
hook_themes_disabled
().
update_themes_enabled
in drupal/
modules/
update/
update.module
Implements
hook_themes_enabled
().
_update_process_fetch_task
in drupal/
modules/
update/
update.fetch.inc
Processes a task to fetch available update data for a single project.
_update_refresh
in drupal/
modules/
update/
update.fetch.inc
Clears out all the cached available update data and initiates re-fetching.