function hook_themes_disabled

Respond to themes being disabled.

Parameters

array $theme_list: Array containing the names of the themes being disabled.

See also

theme_disable()

1 function implements hook_themes_disabled()
1 invocation of hook_themes_disabled()

File

drupal/modules/system/theme.api.php, line 237

Code

function hook_themes_disabled($theme_list) {

  // Clear all update module caches.
  _update_cache_clear();
}