drupal8 禁掉模块
Posted qinqiu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了drupal8 禁掉模块相关的知识,希望对你有一定的参考价值。
https://drupal.stackexchange.com/questions/72927/manually-disable-a-module
drush eval "$module_data = Drupal::config(‘core.extension‘)->get(‘module‘); unset($module_data[‘MODULE_NAME‘]); Drupal::configFactory()->getEditable(‘core.extension‘)->set(‘module‘, $module_data)->save();"
以上是关于drupal8 禁掉模块的主要内容,如果未能解决你的问题,请参考以下文章