You are here

protected function AcquiaCohesionDataConverter::getJobItemFromTmgmtKey in TMGMT Translator Smartling 8.4

Parameters

string $tmgmtKey:

Return value

JobItem|null

1 call to AcquiaCohesionDataConverter::getJobItemFromTmgmtKey()
AcquiaCohesionDataConverter::findAndConvertCohesionXmlDataToCohesionJsonData in modules/tmgmt_smartling_acquia_cohesion/src/AcquiaCohesionDataConverter.php
Converts TMGMT Smartling's XML data items to Cohesion's JSON components.

File

modules/tmgmt_smartling_acquia_cohesion/src/AcquiaCohesionDataConverter.php, line 242

Class

AcquiaCohesionDataConverter
Class AcquiaCohesionDataConverter @package Drupal\tmgmt_smartling_acquia_cohesion

Namespace

Drupal\tmgmt_smartling_acquia_cohesion

Code

protected function getJobItemFromTmgmtKey($tmgmtKey) {
  return JobItem::load($this
    ->explodeTmgmtKey($tmgmtKey)[0]);
}