You are here

public function ClientManagerInterface::resetConnection in Acquia Content Hub 8

Resets the connection to allow to pass connection variables.

This should be used when we need to pass connection variables instead of using the ones stored in Drupal variables.

Parameters

array $variables: The array of variables to pass through.

array $config: The Configuration options.

1 method overrides ClientManagerInterface::resetConnection()
ClientManager::resetConnection in src/Client/ClientManager.php
Resets the connection to allow to pass connection variables.

File

src/Client/ClientManagerInterface.php, line 34

Class

ClientManagerInterface
Interface for ClientManager.

Namespace

Drupal\acquia_contenthub\Client

Code

public function resetConnection(array $variables, array $config = []);