debug:module

利用可能なモジュールを表示

Usage:

drupal debug:module [arguments] [options]
dm

Available options

OptionDetails

--status

モジュールのステータス [enabled|disabled]

--type

モジュールのタイプ [core|no-core]

Available arguments

ArgumentDetails

module

Module name

Examples

Display all installed modules

drupal mod --status=installed

Display all installed and no core modules

drupal mod --status=installed --type=no-core