You are here

service acquia_contenthub_publisher.acquia_contenthub_export_queue in Acquia Content Hub 8.2

Class

Drupal\acquia_contenthub_publisher\ContentHubExportQueue
4 string references to acquia_contenthub_publisher.acquia_contenthub_export_queue
ContentHubExportQueueForm::create in modules/acquia_contenthub_publisher/src/Form/ContentHubExportQueueForm.php
Instantiates a new instance of this class.
ExportTest::setUp in tests/src/Kernel/ExportTest.php
NullifyQueueIdTest::setUp in tests/src/Kernel/NullifyQueueIdTest.php
QueueingTestBase::setUp in tests/src/Kernel/QueueingTestBase.php

File

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

View source
  1. class: Drupal\acquia_contenthub_publisher\ContentHubExportQueue
  2. arguments:
  3. - '@queue'
  4. - '@plugin.manager.queue_worker'
  5. - '@messenger'