- Issue created by @Katharine_Gates
- Status changed to Closed: works as designed
6 months ago 5:15am 6 June 2024 - πͺπ¨Ecuador jwilson3
Then I attempted to uninstall the module using composer, i.e. composer remove drupal/filename_transliteration.
You must first disable the module inside Drupal UI (or via
drush pmu filename_transliteration
, before you can remove the PHP dependency.Please follow the instructions in Drupal Docs for uninstalling modules:
https://www.drupal.org/docs/extending-drupal/uninstalling-modules β
You must first restore the module with composer, then go into the UI and disable it there, then finally remove it with composer.
I'm going to close this, but feel free to reopen if you need more help.