You are here

drush.services.yml in Config Partial Export 8

File

drush.services.yml
View source
  1. services:
  2. config_partial_export.commands:
  3. class: \Drupal\config_partial_export\Commands\ConfigPartialExportCommands
  4. arguments: ['@config.manager', '@config.storage', '@config.storage.sync', '@module_handler', '@event_dispatcher', '@lock', '@config.typed', '@module_installer', '@theme_handler', '@string_translation']
  5. tags:
  6. - { name: drush.command }