You are here

service acquia_contenthub_enqueue_entities.commands in Acquia Content Hub 8.2

Class

Drupal\acquia_contenthub_publisher\Commands\AcquiaContentHubEnqueueEntitiesCommands

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\AcquiaContentHubEnqueueEntitiesCommands
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_type.bundle.info'
  5. - '@database'
  6. - '@acquia_contenthub_publisher.tracker'
  7. - '@cache.depcalc'
  8. tags:
  9. - { name: drush.command }