public function Exporter::getClient in GatherContent 8.5
Getter GatherContentClient.
File
- gathercontent_upload/
src/ Export/ Exporter.php, line 152
Class
- Exporter
- Class for handling import/update logic from GatherContent to Drupal.
Namespace
Drupal\gathercontent_upload\ExportCode
public function getClient() {
return $this->client;
}