You are here

protected function TranslationRequestManager::initApiWrapper in TMGMT Translator Smartling 8.4

Parameters

\Drupal\tmgmt\JobInterface $job:

6 calls to TranslationRequestManager::initApiWrapper()
TranslationRequestManager::commitError in src/Smartling/Submission/TranslationRequestManager.php
TranslationRequestManager::commitSuccessfulDownload in src/Smartling/Submission/TranslationRequestManager.php
TranslationRequestManager::commitSuccessfulUpload in src/Smartling/Submission/TranslationRequestManager.php
TranslationRequestManager::getTranslationRequest in src/Smartling/Submission/TranslationRequestManager.php
Returns translation request.
TranslationRequestManager::isTranslationRequestReadyForDownload in src/Smartling/Submission/TranslationRequestManager.php
Check if job ready for download.

... See full list

File

src/Smartling/Submission/TranslationRequestManager.php, line 68

Class

TranslationRequestManager
Class TranslationRequestManager.

Namespace

Drupal\tmgmt_smartling\Smartling\Submission

Code

protected function initApiWrapper(JobInterface $job) {
  $this->apiWrapper
    ->setSettings($job
    ->getTranslator()
    ->getSettings());
}