Issue #3437162 by plopesc, smustgrave, Berdir: Move twig_debug and other development toggles into raw key/value

merge-requests/7413/head
catch 2024-04-08 08:22:45 +01:00
parent d31ade0f62
commit 9283d590cf
1 changed files with 0 additions and 9 deletions

View File

@ -224,15 +224,6 @@ function system_post_update_set_cron_logging_setting_to_boolean(): void {
}
}
/**
* Uninstall the sdc module if installed.
*/
function system_post_update_sdc_uninstall() {
if (\Drupal::moduleHandler()->moduleExists('sdc')) {
\Drupal::service('module_installer')->uninstall(['sdc'], FALSE);
}
}
/**
* Move development settings from state to raw key-value storage.
*/