We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de2a0d commit 5282008Copy full SHA for 5282008
translations/debug.module.yml
@@ -13,12 +13,8 @@ messages:
13
uninstalled: Uninstalled
14
version: Version
15
schema-version: 'Schema version'
16
- total-downloads: 'Total installs'
17
- total-monthly: 'Monthly installs'
18
- total-daily: 'Daily installs'
19
- no-results: 'Module "%s" was not found in the repository'
20
examples:
21
- description: 'Display all installed modules'
22
- execution: 'drupal mod --status=installed'
23
- - description: 'Display all installed and no core modules'
24
- execution: 'drupal mod --status=installed --type=no-core'
+ execution: 'drupal debug:module --status=installed'
+ - description: 'Display all installed and no core modules with alias'
+ execution: 'drupal dm --status=installed --type=no-core'
0 commit comments