function UpdateHooks::modulesUninstalled
Implements hook_modules_uninstalled().
If modules are uninstalled, we invalidate the information of available updates.
File
-
core/
modules/ update/ src/ Hook/ UpdateHooks.php, line 235
Class
- UpdateHooks
- Hook implementations for update.
Namespace
Drupal\update\HookCode
public function modulesUninstalled($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.