1 link.install link_update_last_removed()

Implements hook_update_last_removed().

File

core/modules/link/link.install, line 38
Install file for the link module.

Code

function link_update_last_removed() {
  return 7001;
}