service acquia_contenthub_common_actions in Acquia Content Hub 8.2
Class
Drupal\acquia_contenthub\ContentHubCommonActions12 string references to acquia_contenthub_common_actions
- AcquiaContentHubCDFCommands::exportCdf in src/
Commands/ AcquiaContentHubCDFCommands.php - Generates a CDF Document from a manifest file.
- AcquiaContentHubCDFCommands::importCdf in src/
Commands/ AcquiaContentHubCDFCommands.php - Imports entities from a CDF Document.
- acquia_contenthub_publisher_entity_delete in modules/
acquia_contenthub_publisher/ acquia_contenthub_publisher.module - Implements hook_entity_delete().
- ContentHubExportQueueWorker::create in modules/
acquia_contenthub_publisher/ src/ Plugin/ QueueWorker/ ContentHubExportQueueWorker.php - Creates an instance of the plugin.
- ContentHubImportQueueWorker::create in modules/
acquia_contenthub_subscriber/ src/ Plugin/ QueueWorker/ ContentHubImportQueueWorker.php - Creates an instance of the plugin.
File
View source
- class: Drupal\acquia_contenthub\ContentHubCommonActions
- arguments:
- - '@event_dispatcher'
- - '@entity.cdf.serializer'
- - '@entity.dependency.calculator'
- - '@acquia_contenthub.client.factory'
- - '@logger.factory'
- - '@config.factory'