Same name and namespace in other branches
  1. 9 core/modules/update/update.install \update_update_last_removed()

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;
}