Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drupal / console-en / translations / debug.module.yml
1 description: 'Displays current modules available for application'
2 module: 'Module name'
3 options:
4     status: 'Module status [installed|uninstalled]'
5     type: 'Module type [core|no-core]'
6 messages:
7     id: ID
8     name: Name
9     status: Status
10     origin: Origin
11     package: Package
12     installed: Installed
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'