You are here

service acquia_contenthub_subscriber.commands in Acquia Content Hub 8.2

Class

Drupal\acquia_contenthub_subscriber\Commands\AcquiaContentHubSubscriberCommands

Tags

  • drush.command

File

modules/acquia_contenthub_subscriber/drush.services.yml
modules/acquia_contenthub_subscriber/drush.services.yml

View source
  1. class: Drupal\acquia_contenthub_subscriber\Commands\AcquiaContentHubSubscriberCommands
  2. arguments:
  3. - '@database'
  4. - '@config.factory'
  5. - '@acquia_contenthub.client.factory'
  6. - '@logger.factory'
  7. - '@state'
  8. - '@module_handler'
  9. tags:
  10. - { name: drush.command }