You are here

public function AcquiaContentHubMappingCommands::__construct in Acquia Content Hub 8.2

AcquiaContentHubMappingCommands constructor.

Parameters

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

File

src/Commands/AcquiaContentHubMappingCommands.php, line 28

Class

AcquiaContentHubMappingCommands
Drush commands for printing Acquia Content Hub mappings.

Namespace

Drupal\acquia_contenthub\Commands

Code

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