service acquia_contenthub.client_manager in Acquia Content Hub 8
Class
Drupal\acquia_contenthub\Client\ClientManager36 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.
File
View source
- class: Drupal\acquia_contenthub\Client\ClientManager
- arguments:
- - '@logger.factory'
- - '@config.factory'
- - '@language_manager'
- - '@acquia_contenthub.middleware_collector'
- - '@extension.list.module'