You are here

public function AcquiaContentHubWebhookInterestCommands::syncInterestListWithTrackingTable in Acquia Content Hub 8.2

Synchronizes Webhook's interest list with Entity Tracking tables.

@command acquia:sync-interests @aliases ach-wi-sync

File

src/Commands/AcquiaContentHubWebhookInterestCommands.php, line 244

Class

AcquiaContentHubWebhookInterestCommands
Tests commands that interact with webhook interests.

Namespace

Drupal\acquia_contenthub\Commands

Code

public function syncInterestListWithTrackingTable() {
  $this->connectionManager
    ->syncWebhookInterestListWithTrackingTables();
}