1.20.x update.module | update_themes_disabled($themes) |
Implements hook_themes_disabled().
If themes are disabled, we invalidate the cache of available updates.
File
- modules/
update/ update.module, line 254 - Handles update checking for Backdrop core and contributed projects.
Code
function update_themes_disabled($themes) {
// Clear all update module caches.
_update_cache_clear();
}