You are here

public function Importer::getClient in GatherContent 8.4

Getter GatherContentClient.

File

src/Import/Importer.php, line 77

Class

Importer
Class for handling import/update logic from GatherContent to Drupal.

Namespace

Drupal\gathercontent\Import

Code

public function getClient() {
  return $this->client;
}