You are here

service acquia_contenthub.entity_manager in Acquia Content Hub 8

Class

Drupal\acquia_contenthub\EntityManager
15 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().

... See full list

File

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

View source
  1. class: Drupal\acquia_contenthub\EntityManager
  2. arguments:
  3. - '@logger.factory'
  4. - '@config.factory'
  5. - '@acquia_contenthub.client_manager'
  6. - '@acquia_contenthub.acquia_contenthub_entities_tracking'
  7. - '@entity_type.manager'
  8. - '@entity_type.bundle.info'