default services conflit ?

This commit is contained in:
armansansd
2022-04-27 11:30:43 +02:00
parent 28190a5749
commit 8bb1064a3b
8132 changed files with 900138 additions and 426 deletions

View File

@@ -0,0 +1,14 @@
description: "Shows DB connection"
arguments:
key: "Database key from settings.php"
target: "Database target from settings.php"
messages:
database-not-found: 'Database connection with key "%s" and target "%s" info wasn''t found'
database-not-supported: 'Database type "%s" is not supported yet'
database-client-not-found: 'Database client "%s" wasn''t found'
connection: 'Connection: "%s"'
examples:
- description: 'Connects to an specified database with key and target, or if no arguments default key and default target will be passed'
execution: |
drupal database:connect \
<key> <target>