36 string references to acquia_contenthub.client_manager in Acquia Content Hub 8
- 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.
- AcquiaContenthubCommands::contenthubRegenerateSecret in src/
Commands/ AcquiaContenthubCommands.php - Regenerates the Shared Secret used for Webhook Verification.
- AcquiaContenthubCommands::contenthubReindex in src/
Commands/ AcquiaContenthubCommands.php - Reindexes all entities in Content Hub.
- AcquiaContenthubCommands::contenthubRemote in src/
Commands/ AcquiaContenthubCommands.php - Prints the CDF from a remote source (Content Hub)
- 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::contenthubRestore in src/
Commands/ AcquiaContenthubCommands.php - Restores the backup taken by a previous execution of the "purge" command. WARNING! Be VERY careful when using this command. This destructive command requires elevated keys. By restoring a backup you will delete all the existing entities in…
- 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.
- acquia_contenthub_audit_publisher in ./
acquia_contenthub.module - Checks published entities and compares them with Content Hub.
- ContentHubEntityExportController::create in src/
Controller/ ContentHubEntityExportController.php - Instantiates a new instance of this class.
- ContentHubReindex::create in src/
Controller/ ContentHubReindex.php - Instantiates a new instance of this class.
- ContentHubSearch::create in src/
ContentHubSearch.php - ContentHubSettingsForm::create in src/
Form/ ContentHubSettingsForm.php - Instantiates a new instance of this class.
- ContentHubSubscription::create in src/
ContentHubSubscription.php - ContentHubTestBase::setContentHubConnection in tests/
src/ Functional/ ContentHubTestBase.php - Configures the Content Hub Connection.
- ContentHubWebhookController::create in src/
Controller/ ContentHubWebhookController.php - Instantiates a new instance of this class.
- drush_acquia_contenthub_compare in ./
acquia_contenthub.drush.inc - Compares a CDF entity from local and remote source.
- drush_acquia_contenthub_delete in ./
acquia_contenthub.drush.inc - Deletes single entities from the Content Hub.
- drush_acquia_contenthub_list in ./
acquia_contenthub.drush.inc - Lists entities from the Content Hub.
- drush_acquia_contenthub_mapping in ./
acquia_contenthub.drush.inc - Shows the field mappings in Elastic search for the current subscription.
- drush_acquia_contenthub_purge in ./
acquia_contenthub.drush.inc - Purges entities from the Content Hub.
- drush_acquia_contenthub_regenerate_secret in ./
acquia_contenthub.drush.inc - Regenerates a Shared Secret from the Content Hub.
- drush_acquia_contenthub_reindex in ./
acquia_contenthub.drush.inc - Rebuilds the Elastic Search Index in the Content Hub Subscription.
- drush_acquia_contenthub_remote in ./
acquia_contenthub.drush.inc - Loads and prints a remote entity in CDF Format.
- drush_acquia_contenthub_reset_entities in ./
acquia_contenthub.drush.inc - Rebuilds the Elastic Search Index in the Content Hub Subscription.
- drush_acquia_contenthub_restore in ./
acquia_contenthub.drush.inc - Restores the backup created by a previous execution of the "purge" command.
- drush_acquia_contenthub_update_secret in ./
acquia_contenthub.drush.inc - Updates the Shared Secret from the Content Hub.
- drush_acquia_contenthub_webhooks in ./
acquia_contenthub.drush.inc - Content Hub webhook operations.
- EndpointAccessibilityRequirement::verify in acquia_contenthub_diagnostic/
src/ Plugin/ ContentHubRequirement/ EndpointAccessibilityRequirement.php - Verify the accessibility of the content hub endpoints.
- EntityManager::create in src/
EntityManager.php - ImportEntityManager::create in src/
ImportEntityManager.php - Implements the static interface create method.
- SharedSecretRequirement::verify in acquia_contenthub_diagnostic/
src/ Plugin/ ContentHubRequirement/ SharedSecretRequirement.php - Verify shared secret is stored locally and matches remote shared secret.