You are here

function user_update_last_removed in Drupal 10

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

Implements hook_update_last_removed().

1 string reference to 'user_update_last_removed'
system_requirements in core/modules/system/system.install
Implements hook_requirements().

File

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

Code

function user_update_last_removed() {
  return 9301;
}