We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97bf33e + 9569317 commit 9643c39Copy full SHA for 9643c39
helfi_platform_config.install
@@ -389,3 +389,11 @@ function helfi_platform_config_update_9323(): void {
389
->getEditable('helfi_platform_config.matomo_settings')
390
->delete();
391
}
392
+
393
+/**
394
+ * UHF-10647: Enable serialize module.
395
+ */
396
+function helfi_platform_config_update_9324(): void {
397
+ $module_installer = \Drupal::service('module_installer');
398
+ $module_installer->install(['serialization']);
399
+}
0 commit comments