Issue #3437162 by plopesc, smustgrave, Berdir: Move twig_debug and other development toggles into raw key/value
parent
d31ade0f62
commit
9283d590cf
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue