Installing G2 and configuring it creates various kinds of data, and not all of them are removed by Drupal core when uninstalling the module.
To leave a clean system after uninstalling, the module should clean up all the data which core does not remove automatically.
Add an hook_uninstall implementation to clean up the data not cleaned by default.
Possibly add a "pre-uninstall" task using the module features to ease the uninstall.
Run the analysis
Implement cleanup steps
None expected unless a pre-uninstall step is added
None.
None.
Active
1.0
Code