function help_removed_post_updates

Implements hook_removed_post_updates().

File

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

Code

function help_removed_post_updates() {
    return [
        'help_post_update_help_topics_search' => '11.0.0',
        'help_post_update_help_topics_uninstall' => '11.0.0',
        'help_post_update_add_permissions_to_roles' => '11.0.0',
    ];
}

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