You are here

service acquia_contenthub.import_entity_manager in Acquia Content Hub 8

Class

Drupal\acquia_contenthub\ImportEntityManager
6 string references to acquia_contenthub.import_entity_manager
acquia_contenthub_entity_delete in ./acquia_contenthub.module
Implements hook_entity_delete().
acquia_contenthub_entity_presave in ./acquia_contenthub.module
Implements hook_entity_presave().
acquia_contenthub_entity_update in ./acquia_contenthub.module
Implements hook_entity_update().
acquia_contenthub_subscriber_acquia_contenthub_process_webhook_alter in acquia_contenthub_subscriber/acquia_contenthub_subscriber.module
Implements hook_acquia_contenthub_process_webhook_alter().
ContentHubEntityImportController::create in src/Controller/ContentHubEntityImportController.php
Implements the static interface create method.

... See full list

File

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

View source
  1. class: Drupal\acquia_contenthub\ImportEntityManager
  2. arguments:
  3. - '@database'
  4. - '@logger.factory'
  5. - '@serializer'
  6. - '@entity.repository'
  7. - '@acquia_contenthub.client_manager'
  8. - '@acquia_contenthub.acquia_contenthub_entities_tracking'
  9. - '@diff.entity_comparison'
  10. - '@acquia_contenthub.entity_manager'
  11. - '@string_translation'
  12. - '@queue'
  13. - '@language_manager'