Implements hook_themes_uninstalled().
If themes are uninstalled, we invalidate the information of available updates.
public function themesUninstalled($themes) { // Clear all update module data. update_storage_clear(); }