You are here

service config_distro.commands in Config Distro 8

Class

\Drupal\config_distro\Commands\ConfigDistroCommands

Tags

  • drush.command

File

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

View source
  1. class: \Drupal\config_distro\Commands\ConfigDistroCommands
  2. arguments:
  3. - '@config.storage'
  4. - '@config_distro.storage.distro'
  5. - '@config.manager'
  6. - '@config.import.commands'
  7. - '@event_dispatcher'
  8. tags:
  9. - { name: drush.command }