user.post_update.php
Same filename in other branches
Post update functions for User module.
File
-
core/
modules/ user/ user.post_update.php
View source
<?php
/**
* @file
* Post update functions for User module.
*/
/**
* Implements hook_removed_post_updates().
*/
function user_removed_post_updates() : array {
return [
'user_post_update_enforce_order_of_permissions' => '9.0.0',
'user_post_update_update_roles' => '10.0.0',
'user_post_update_sort_permissions' => '11.0.0',
'user_post_update_sort_permissions_again' => '11.0.0',
];
}
Functions
Title | Deprecated | Summary |
---|---|---|
user_removed_post_updates | Implements hook_removed_post_updates(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.