service acquia_contenthub.acquia_contenthub_subscription in Acquia Content Hub 8
Class
Drupal\acquia_contenthub\ContentHubSubscription13 string references to acquia_contenthub.acquia_contenthub_subscription
- AcquiaContenthubCommands::contenthubDisconnectSite in src/
Commands/ AcquiaContenthubCommands.php - Disconnects a site with contenthub.
- AcquiaContenthubCommands::contenthubResetEntities in src/
Commands/ AcquiaContenthubCommands.php - Deletes all entities of a particular type from Content Hub, reindex subscription and exports all deleted entities again to allow for Elasticsearch to map correct field types.
- AcquiaContenthubCommands::contenthubUpdateSecret in src/
Commands/ AcquiaContenthubCommands.php - Updates the Shared Secret used for Webhook Verification.
- AcquiaContenthubCommands::contenthubWebhooks in src/
Commands/ AcquiaContenthubCommands.php - Perform a webhook management operation.
- ContentHubInternalRequest::create in src/
ContentHubInternalRequest.php - Implements the static interface create method.
File
View source
- class: Drupal\acquia_contenthub\ContentHubSubscription
- arguments:
- - '@logger.factory'
- - '@config.factory'
- - '@acquia_contenthub.client_manager'
- - '@state'