You are here

public function TranslationRequestManagerTested::createNewTranslationRequest in TMGMT Translator Smartling 8.4

Creates translation request.

Parameters

\Drupal\tmgmt\JobInterface $job:

Return value

bool

Overrides TranslationRequestManager::createNewTranslationRequest

File

tests/src/Kernel/TranslationRequestManagerTest.php, line 829

Class

TranslationRequestManagerTested
Test subclass class of TranslationRequestManager.

Namespace

Drupal\Tests\tmgmt_smartling\Kernel

Code

public function createNewTranslationRequest(JobInterface $job) {
  return parent::createNewTranslationRequest($job);
}