service acquia_contenthub.acquia_contenthub_export_entities in Acquia Content Hub 8
Class
Drupal\acquia_contenthub\Controller\ContentHubEntityExportController3 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
View source
- class: Drupal\acquia_contenthub\Controller\ContentHubEntityExportController
- arguments:
- - '@acquia_contenthub.client_manager'
- - '@acquia_contenthub.entity_manager'
- - '@acquia_contenthub.acquia_contenthub_entities_tracking'
- - '@acquia_contenthub.normalizer.entity.acquia_contenthub_cdf'
- - '@acquia_contenthub.acquia_contenthub_export_queue'
- - '@entity.repository'
- - '@acquia_contenthub.internal_request'
- - '@config.factory'
- - '@logger.factory'