function user_removed_post_updates in Drupal 9
Implements hook_removed_post_updates().
File
- core/
modules/ user/ user.post_update.php, line 15 - Post update functions for User module.
Code
function user_removed_post_updates() {
return [
'user_post_update_enforce_order_of_permissions' => '9.0.0',
];
}