function update_update_last_removed in Drupal 9
Implements hook_update_last_removed().
File
- core/
modules/ update/ update.install, line 175 - Install, update, and uninstall functions for the Update Manager module.
Code
function update_update_last_removed() {
return 8001;
}