- 🇫🇷France andypost
+++ b/core/modules/workspaces/workspaces.install @@ -32,6 +34,27 @@ function workspaces_requirements($phase) { + * Implements hook_module_preinstall(). ... +function workspaces_module_preinstall($module) { + if ($module !== 'workspaces') { + return;
This hook should be moved to .module file so this condition is useless, faced in #3118155-20: Improve hook_module_preinstall & hook_module_preuninstall to include recommendations for config import and pass an $is_syncing argument →