1 update.module update_themes_enabled($themes)

Implements hook_themes_enabled().

If themes are enabled, we invalidate the cache of available updates.

File

core/modules/update/update.module, line 244
Handles update checking for Backdrop core and contributed projects.

Code

function update_themes_enabled($themes) {
  // Clear all update module caches.
  _update_cache_clear();
}