You are here

function user_update_last_removed in Drupal 9

Implements hook_update_last_removed().

File

core/modules/user/user.install, line 99
Install, update and uninstall functions for the user module.

Code

function user_update_last_removed() {
  return 8100;
}