You are here

function history_update_last_removed in Drupal 9

Implements hook_update_last_removed().

File

core/modules/history/history.install, line 47
Installation functions for History module.

Code

function history_update_last_removed() {
  return 8101;
}