You are here

service acquia_contenthub.acquia_contenthub_entities_tracking in Acquia Content Hub 8

Class

Drupal\acquia_contenthub\ContentHubEntitiesTracking
9 string references to acquia_contenthub.acquia_contenthub_entities_tracking
AcquiaContenthubCommands::contenthubAuditPublisher in src/Commands/AcquiaContenthubCommands.php
Checks published entities and republishes them to Content Hub.
AcquiaContenthubCommands::contenthubPurge in src/Commands/AcquiaContenthubCommands.php
Purges all entities from Acquia Content Hub. WARNING! Be VERY careful when using this command. This destructive command requires elevated keys. Every subsequent execution of this command will override the backup created by the previous call.
acquia_contenthub_subscriber_acquia_contenthub_process_webhook_alter in acquia_contenthub_subscriber/acquia_contenthub_subscriber.module
Implements hook_acquia_contenthub_process_webhook_alter().
ContentHubEntityExportController::create in src/Controller/ContentHubEntityExportController.php
Instantiates a new instance of this class.
ContentHubReindex::create in src/Controller/ContentHubReindex.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\acquia_contenthub\ContentHubEntitiesTracking
  2. arguments:
  3. - '@database'
  4. - '@config.factory'