This project is not covered by Drupal’s security advisory policy.

Overview

This module allow you to uninstall unexisting modules.

Use case:

  • You are using versionning on your development workflow.
  • You work on a branch and you installed or created modules that are not existing on other branches.
  • At a moment, you switch to another branch (master for example) where your new modules are not installed.
  • After switching you can't work correctly because Drupal send you some errors. (your modules are not existing on this branch..)

Without this module you have to:

  • switch on your previous branch.
  • uninstalled new installed or created modules.
  • and after that, switch to master.

If you installed this module you have to:

  • do nothing, because this module will take care of previous modules installed.
  • this module will uninstall unexisting modules on the current branch.

Warning

  • Use this module on dev environments only.

Project information

Releases