
| Current Path : /var/www/html_old/abh/web/core/modules/rest/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/abh/web/core/modules/rest/rest.post_update.php |
<?php
/**
* @file
* Post update functions for Rest.
*/
/**
* Implements hook_removed_post_updates().
*/
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',
];
}
/**
* Remove obsolete rest.settings configuration.
*/
function rest_post_update_delete_settings() {
\Drupal::configFactory()->getEditable('rest.settings')->delete();
}