function update_modules_uninstalled
Implements hook_modules_uninstalled().
If modules are uninstalled, we invalidate the information of available updates.
File
- 
              core/modules/ update/ update.module, line 240 
Code
function update_modules_uninstalled($modules) {
  // Clear all update module data.
  update_storage_clear();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
