In Drupal 7, I could manually edit the {system}
table in the database to disable a stubbon module. In my Drupal 8 site, this table is gone.
How can I manually disable a module in Drupal 8?
|
I recommend not to do that. If you really want, you can move the relevant line from |
||||
Consider using Drush. Drupal 8 is still defining what "disabling modules" should be. There is an ongoing discussion if there should be that option or it should be removed. |
||||
|