You are here

drush.services.yml in Acquia Content Hub 8.2

modules/acquia_contenthub_publisher/drush.services.yml

File

modules/acquia_contenthub_publisher/drush.services.yml
View source
  1. services:
  2. acquia_contenthub_publisher.commands:
  3. class: Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubPublisherCommands
  4. arguments: ['@database', '@config.factory', '@acquia_contenthub.client.factory', '@logger.factory', '@state', '@module_handler']
  5. tags:
  6. - { name: drush.command }
  7. acquia_contenthub_publisher_audit.commands:
  8. class: Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubPublisherAuditCommands
  9. arguments: ['@acquia_contenthub_publisher.tracker', '@queue']
  10. tags:
  11. - { name: drush.command }
  12. acquia_contenthub_publisher_audit_entity.commands:
  13. class: Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubPublisherAuditEntityCommands
  14. arguments: ['@acquia_contenthub_publisher.tracker', '@queue', '@acquia_contenthub_publisher.actions', '@acquia_contenthub_common_actions', '@acquia_contenthub.client.factory']
  15. tags:
  16. - { name: drush.command }
  17. acquia_contenthub_enqueue_entities.commands:
  18. class: Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubEnqueueEntitiesCommands
  19. arguments: ['@entity_type.manager', '@entity_type.bundle.info', '@database', '@acquia_contenthub_publisher.tracker', '@cache.depcalc']
  20. tags:
  21. - { name: drush.command }