drush.services.yml in Acquia Content Hub 8.2
modules/acquia_contenthub_publisher/drush.services.yml
File
modules/acquia_contenthub_publisher/drush.services.ymlView source
- services:
- acquia_contenthub_publisher.commands:
- class: Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubPublisherCommands
- arguments: ['@database', '@config.factory', '@acquia_contenthub.client.factory', '@logger.factory', '@state', '@module_handler']
- tags:
- - { name: drush.command }
-
- acquia_contenthub_publisher_audit.commands:
- class: Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubPublisherAuditCommands
- arguments: ['@acquia_contenthub_publisher.tracker', '@queue']
- tags:
- - { name: drush.command }
-
- acquia_contenthub_publisher_audit_entity.commands:
- class: Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubPublisherAuditEntityCommands
- arguments: ['@acquia_contenthub_publisher.tracker', '@queue', '@acquia_contenthub_publisher.actions', '@acquia_contenthub_common_actions', '@acquia_contenthub.client.factory']
- tags:
- - { name: drush.command }
-
- acquia_contenthub_enqueue_entities.commands:
- class: Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubEnqueueEntitiesCommands
- arguments: ['@entity_type.manager', '@entity_type.bundle.info', '@database', '@acquia_contenthub_publisher.tracker', '@cache.depcalc']
- tags:
- - { name: drush.command }