You are here

service acquia_contenthub_publisher.commands in Acquia Content Hub 8.2

Class

Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubPublisherCommands

Tags

  • drush.command

File

modules/acquia_contenthub_publisher/drush.services.yml
modules/acquia_contenthub_publisher/drush.services.yml

View source
  1. class: Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubPublisherCommands
  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 }