service acquia_contenthub.entity_manager in Acquia Content Hub 8
Class
Drupal\acquia_contenthub\EntityManager15 string references to acquia_contenthub.entity_manager
- 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.
- acquia_contenthub_entity_delete in ./
acquia_contenthub.module - Implements hook_entity_delete().
- acquia_contenthub_entity_insert in ./
acquia_contenthub.module - Implements hook_entity_insert().
- acquia_contenthub_entity_update in ./
acquia_contenthub.module - Implements hook_entity_update().
File
View source
- class: Drupal\acquia_contenthub\EntityManager
- arguments:
- - '@logger.factory'
- - '@config.factory'
- - '@acquia_contenthub.client_manager'
- - '@acquia_contenthub.acquia_contenthub_entities_tracking'
- - '@entity_type.manager'
- - '@entity_type.bundle.info'