You are here

public function TranslationRequestManagerTested::updateExistingTranslationRequest in TMGMT Translator Smartling 8.4

Updates translation request.

Parameters

\Drupal\tmgmt\JobInterface $job:

array $translation_request:

Return value

bool

Overrides TranslationRequestManager::updateExistingTranslationRequest

File

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

Class

TranslationRequestManagerTested
Test subclass class of TranslationRequestManager.

Namespace

Drupal\Tests\tmgmt_smartling\Kernel

Code

public function updateExistingTranslationRequest(JobInterface $job, array $translation_request) {
  return parent::updateExistingTranslationRequest($job, $translation_request);
}