public function SyncCoreExport::getClient in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/SyncCoreExport.php \Drupal\cms_content_sync\SyncCoreExport::getClient()
- 2.0.x src/SyncCoreExport.php \Drupal\cms_content_sync\SyncCoreExport::getClient()
Return value
\EdgeBox\SyncCore\Interfaces\ISyncCore
File
- src/
SyncCoreExport.php, line 23
Class
Namespace
Drupal\cms_content_syncCode
public function getClient() {
return $this->client;
}