service acquia_contenthub.import_entity_manager in Acquia Content Hub 8
Class
Drupal\acquia_contenthub\ImportEntityManager6 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.
File
View source
- class: Drupal\acquia_contenthub\ImportEntityManager
- arguments:
- - '@database'
- - '@logger.factory'
- - '@serializer'
- - '@entity.repository'
- - '@acquia_contenthub.client_manager'
- - '@acquia_contenthub.acquia_contenthub_entities_tracking'
- - '@diff.entity_comparison'
- - '@acquia_contenthub.entity_manager'
- - '@string_translation'
- - '@queue'
- - '@language_manager'