You are here

public function AcquiaContentHubListCommands::__construct in Acquia Content Hub 8.2

AcquiaContentHubListCommands constructor.

Parameters

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

File

src/Commands/AcquiaContentHubListCommands.php, line 29

Class

AcquiaContentHubListCommands
Drush commands for listing entities from Acquia Content Hub.

Namespace

Drupal\acquia_contenthub\Commands

Code

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