
| Current Path : /var/www/html/vendor/drush/drush/src/Drupal/Commands/config/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/vendor/drush/drush/src/Drupal/Commands/config/drush.services.yml |
#Loaded by Drush\Drupal\DrupalKernel::discoverServiceProviders
services:
config.commands:
class: \Drush\Drupal\Commands\config\ConfigCommands
arguments: ['@config.factory', '@config.storage']
calls:
- [setExportStorage, ['@?config.storage.export']]
- [setImportTransformer, ['@?config.import_transformer']]
tags:
- { name: drush.command }
config.export.commands:
class: \Drush\Drupal\Commands\config\ConfigExportCommands
arguments: ['@config.manager', '@config.storage']
calls:
- [setExportStorage, ['@?config.storage.export']]
- [setConfigStorageSync, ['@?config.storage.sync']]
tags:
- { name: drush.command }
config.import.commands:
class: \Drush\Drupal\Commands\config\ConfigImportCommands
arguments:
- '@config.manager'
- '@config.storage'
- '@cache.config'
- '@module_handler'
- '@event_dispatcher'
- '@lock'
- '@config.typed'
- '@module_installer'
- '@theme_handler'
- '@string_translation'
- '@extension.list.module'
calls:
- [setImportTransformer, ['@?config.import_transformer']]
- [setConfigStorageSync, ['@?config.storage.sync']]
tags:
- { name: drush.command }