You are here

public function HandleChannelLanguages::__construct in Acquia Content Hub 8.2

HandleChannelLanguages constructor.

Parameters

\Acquia\ContentHubClient\Settings $client_settings: The client settings.

File

src/EventSubscriber/PruneCdf/HandleChannelLanguages.php, line 30

Class

HandleChannelLanguages
Handles channel languages during pruning.

Namespace

Drupal\acquia_contenthub\EventSubscriber\PruneCdf

Code

public function __construct(Settings $client_settings) {
  $this->clientSettings = $client_settings;
}