You are here

service acquia_contenthub_common_actions in Acquia Content Hub 8.2

Class

Drupal\acquia_contenthub\ContentHubCommonActions
12 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.

... See full list

File

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

View source
  1. class: Drupal\acquia_contenthub\ContentHubCommonActions
  2. arguments:
  3. - '@event_dispatcher'
  4. - '@entity.cdf.serializer'
  5. - '@entity.dependency.calculator'
  6. - '@acquia_contenthub.client.factory'
  7. - '@logger.factory'
  8. - '@config.factory'