You are here

service acquia_contenthub.acquia_contenthub_export_queue in Acquia Content Hub 8

Class

Drupal\acquia_contenthub\Controller\ContentHubExportQueueController
3 string references to acquia_contenthub.acquia_contenthub_export_queue
ContentHubEntityExportController::create in src/Controller/ContentHubEntityExportController.php
Instantiates a new instance of this class.
ContentHubExportQueueBase::create in src/Plugin/QueueWorker/ContentHubExportQueueBase.php
Creates an instance of the plugin.
ContentHubExportQueueForm::create in src/Form/ContentHubExportQueueForm.php
Instantiates a new instance of this class.

File

./acquia_contenthub.services.yml
acquia_contenthub.services.yml

View source
  1. class: Drupal\acquia_contenthub\Controller\ContentHubExportQueueController
  2. arguments:
  3. - '@queue'
  4. - '@plugin.manager.queue_worker'
  5. - '@config.factory'
  6. - '@logger.factory'