You are here

service acquia_contenthub.client_manager in Acquia Content Hub 8

Class

Drupal\acquia_contenthub\Client\ClientManager
36 string references to acquia_contenthub.client_manager
AcquiaContenthubCommands::contenthubCompare in src/Commands/AcquiaContenthubCommands.php
Loads the CDF from a local and remote source, compares them and prints the differences.
AcquiaContenthubCommands::contenthubDelete in src/Commands/AcquiaContenthubCommands.php
Deletes a single entity from the Content Hub.
AcquiaContenthubCommands::contenthubList in src/Commands/AcquiaContenthubCommands.php
List entities from the Content Hub using the listEntities() method.
AcquiaContenthubCommands::contenthubMapping in src/Commands/AcquiaContenthubCommands.php
Shows Elastic Search field mappings from 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.

... See full list

File

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

View source
  1. class: Drupal\acquia_contenthub\Client\ClientManager
  2. arguments:
  3. - '@logger.factory'
  4. - '@config.factory'
  5. - '@language_manager'
  6. - '@acquia_contenthub.middleware_collector'
  7. - '@extension.list.module'