You are here

public function SyncCoreExport::getClient in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/SyncCoreExport.php \Drupal\cms_content_sync\SyncCoreExport::getClient()
  2. 2.1.x src/SyncCoreExport.php \Drupal\cms_content_sync\SyncCoreExport::getClient()

Return value

\EdgeBox\SyncCore\Interfaces\ISyncCore

File

src/SyncCoreExport.php, line 23

Class

SyncCoreExport

Namespace

Drupal\cms_content_sync

Code

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