function update_remove_post_updates

Same name in other branches
  1. 11.x core/modules/update/update.post_update.php \update_remove_post_updates()

Implements hook_removed_post_updates().

File

core/modules/update/update.post_update.php, line 11

Code

function update_remove_post_updates() {
    return [
        'update_post_update_add_view_update_notifications_permission' => '10.0.0',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.