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