summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/rest/rest.post_update.php
blob: 250c90b5bc78ca01398106a1893ff64d191357a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/**
 * @file
 * Post update functions for Rest.
 */

/**
 * Implements hook_removed_post_updates().
 */
function rest_removed_post_updates(): array {
  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',
  ];
}