You are here

service config_partial_export.commands in Config Partial Export 8

Class

\Drupal\config_partial_export\Commands\ConfigPartialExportCommands

Tags

  • drush.command

File

./drush.services.yml
drush.services.yml

View source
  1. class: \Drupal\config_partial_export\Commands\ConfigPartialExportCommands
  2. arguments:
  3. - '@config.manager'
  4. - '@config.storage'
  5. - '@config.storage.sync'
  6. - '@module_handler'
  7. - '@event_dispatcher'
  8. - '@lock'
  9. - '@config.typed'
  10. - '@module_installer'
  11. - '@theme_handler'
  12. - '@string_translation'
  13. tags:
  14. - { name: drush.command }