Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
11
vendor/drupal/console-en/translations/debug.multisite.yml
vendored
Normal file
11
vendor/drupal/console-en/translations/debug.multisite.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
description: 'List all multi-sites available in system'
|
||||
help: 'The <info>debug:multisite</info> list all known multi-sites.'
|
||||
messages:
|
||||
no-multisites: 'No multi-sites configured'
|
||||
site: 'Site'
|
||||
directory: 'Directory'
|
||||
site-format: 'Sites are written using the format: <port>.<domain>.<path>'
|
||||
examples:
|
||||
- description: 'Displays multi-site information'
|
||||
execution: |
|
||||
drupal debug:multisite
|
Reference in a new issue