You are here

public function AcquiaContentHubSecretCommands::__construct in Acquia Content Hub 8.2

AcquiaContentHubSecretCommands constructor.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory.

\Drupal\acquia_contenthub\Client\ClientFactory $client_factory: The client factory.

File

src/Commands/AcquiaContentHubSecretCommands.php, line 38

Class

AcquiaContentHubSecretCommands
Drush commands for the Content Hub Service secret key.

Namespace

Drupal\acquia_contenthub\Commands

Code

public function __construct(ConfigFactoryInterface $config_factory, ClientFactory $client_factory) {
  $this->configFactory = $config_factory;
  $this->clientFactory = $client_factory;
}