You are here

service acquia_contenthub.connection_manager in Acquia Content Hub 8.2

Class

Drupal\acquia_contenthub\ContentHubConnectionManager
5 string references to acquia_contenthub.connection_manager
AcquiaContentHubPublisherCommands::upgrade in modules/acquia_contenthub_publisher/src/Commands/AcquiaContentHubPublisherCommands.php
Publisher Upgrade Command.
AcquiaContentHubSubscriberCommands::upgrade in modules/acquia_contenthub_subscriber/src/Commands/AcquiaContentHubSubscriberCommands.php
Subscriber Upgrade Command.
AcquiaContentHubWebhookCommands::contenthubWebhooks in src/Commands/AcquiaContentHubWebhookCommands.php
Perform a webhook management operation.
ContentHubDeleteClientConfirmForm::create in src/Form/ContentHubDeleteClientConfirmForm.php
Instantiates a new instance of this class.
ContentHubSettingsForm::create in src/Form/ContentHubSettingsForm.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\acquia_contenthub\ContentHubConnectionManager
  2. arguments:
  3. - '@config.factory'
  4. - '@acquia_contenthub.client.factory'
  5. - '@acquia_contenthub.logger_channel'
  6. - '@acquia_contenthub.settings'