You are here

service acquia_contenthub.acquia_contenthub_subscription in Acquia Content Hub 8

Class

Drupal\acquia_contenthub\ContentHubSubscription
13 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.

... See full list

File

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

View source
  1. class: Drupal\acquia_contenthub\ContentHubSubscription
  2. arguments:
  3. - '@logger.factory'
  4. - '@config.factory'
  5. - '@acquia_contenthub.client_manager'
  6. - '@state'