function rest_removed_post_updates

Same name and namespace in other branches
  1. 9 core/modules/rest/rest.post_update.php \rest_removed_post_updates()
  2. 10 core/modules/rest/rest.post_update.php \rest_removed_post_updates()

Implements hook_removed_post_updates().

File

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

Code

function rest_removed_post_updates() {
    return [
        'rest_post_update_create_rest_resource_config_entities' => '9.0.0',
        'rest_post_update_resource_granularity' => '9.0.0',
        'rest_post_update_161923' => '9.0.0',
        'rest_post_update_delete_settings' => '10.0.0',
    ];
}

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