You are here

service acquia_contenthub.acquia_contenthub_export_entities in Acquia Content Hub 8

Class

Drupal\acquia_contenthub\Controller\ContentHubEntityExportController
3 string references to acquia_contenthub.acquia_contenthub_export_entities
acquia_contenthub_audit_publisher in ./acquia_contenthub.module
Checks published entities and compares them with Content Hub.
acquia_contenthub_bulk_export in ./acquia_contenthub.module
Process all candidate entities and insert/update/delete on Content Hub.
ContentHubExportQueueBase::create in src/Plugin/QueueWorker/ContentHubExportQueueBase.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\acquia_contenthub\Controller\ContentHubEntityExportController
  2. arguments:
  3. - '@acquia_contenthub.client_manager'
  4. - '@acquia_contenthub.entity_manager'
  5. - '@acquia_contenthub.acquia_contenthub_entities_tracking'
  6. - '@acquia_contenthub.normalizer.entity.acquia_contenthub_cdf'
  7. - '@acquia_contenthub.acquia_contenthub_export_queue'
  8. - '@entity.repository'
  9. - '@acquia_contenthub.internal_request'
  10. - '@config.factory'
  11. - '@logger.factory'