You are here

service config_devel.commands in Configuration development 8

Class

\Drupal\config_devel\Commands\ConfigDevelCommands

Tags

  • drush.command

File

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

View source
  1. class: \Drupal\config_devel\Commands\ConfigDevelCommands
  2. arguments:
  3. - '@module_handler'
  4. - '@theme_handler'
  5. - '@info_parser'
  6. - '@config.factory'
  7. - '@config_devel.importer_exporter'
  8. - '@config_devel.auto_import_subscriber'
  9. - '@file_system'
  10. tags:
  11. - { name: drush.command }