You are here

service acquia_contenthub_publisher_audit_entity.commands in Acquia Content Hub 8.2

Class

Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubPublisherAuditEntityCommands

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\AcquiaContentHubPublisherAuditEntityCommands
  2. arguments:
  3. - '@acquia_contenthub_publisher.tracker'
  4. - '@queue'
  5. - '@acquia_contenthub_publisher.actions'
  6. - '@acquia_contenthub_common_actions'
  7. - '@acquia_contenthub.client.factory'
  8. tags:
  9. - { name: drush.command }