You are here

protected function ContextUploader::getApiWrapper in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 src/Context/ContextUploader.php \Drupal\tmgmt_smartling\Context\ContextUploader::getApiWrapper()

Parameters

$proj_settings:

Return value

mixed

1 call to ContextUploader::getApiWrapper()
ContextUploader::upload in src/Context/ContextUploader.php

File

src/Context/ContextUploader.php, line 174

Class

ContextUploader

Namespace

Drupal\tmgmt_smartling\Context

Code

protected function getApiWrapper($proj_settings) {
  $this->apiWrapper
    ->setSettings($proj_settings);
  return $this->apiWrapper;
}