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()

3 functions implement hook_themes_disabled()
1 invocation of hook_themes_disabled()

File

drupal/core/modules/system/theme.api.php, line 232

Code

function hook_themes_disabled($theme_list) {

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