You are here

public function TranslationRequestManager::__construct in TMGMT Translator Smartling 8.4

Submission constructor.

Parameters

\Drupal\tmgmt_smartling\Smartling\SmartlingApiWrapper $apiWrapper:

\Drupal\Core\State\StateInterface $state:

\Psr\Log\LoggerInterface $logger:

File

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

Class

TranslationRequestManager
Class TranslationRequestManager.

Namespace

Drupal\tmgmt_smartling\Smartling\Submission

Code

public function __construct(SmartlingApiWrapper $apiWrapper, StateInterface $state, LoggerInterface $logger) {
  $this->apiWrapper = $apiWrapper;
  $this->state = $state;
  $this->logger = $logger;
}