You are here

service acquia_contenthub.commands.settings in Acquia Content Hub 8.2

Class

Drupal\acquia_contenthub\Commands\AcquiaContentHubSettingsCommands

Tags

  • drush.command

File

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

View source
  1. class: Drupal\acquia_contenthub\Commands\AcquiaContentHubSettingsCommands
  2. arguments:
  3. - '@acquia_contenthub.client.factory'
  4. - '@acquia_contenthub.logger_channel'
  5. - '@messenger'
  6. - '@config.factory'
  7. tags:
  8. - { name: drush.command }