Skip to content
Snippets Groups Projects

Issue #3267577: Clean up in hook_uninstall

1 unresolved thread
Files
2
@@ -34,9 +34,7 @@ class PackageManagerUninstallValidator implements ModuleUninstallValidatorInterf
return [];
}
if ($stage->isApplying()) {
$reasons[] = $this->t('The @module module cannot be uninstalled because staged changes are being applied to the active code base.', [
'@module' => $module,
]);
$reasons[] = $this->t('Modules cannot be uninstalled while Package Manager is applying staged changes to the active code base.');
}
return $reasons;
}
Loading