You are here

protected function AcquiaCohesionDataConverter::explodeTmgmtKey in TMGMT Translator Smartling 8.4

Parameters

string $tmgmtKey:

Return value

array

1 call to AcquiaCohesionDataConverter::explodeTmgmtKey()
AcquiaCohesionDataConverter::getLayoutCanvasFromJobItem in modules/tmgmt_smartling_acquia_cohesion/src/AcquiaCohesionDataConverter.php

File

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

Class

AcquiaCohesionDataConverter
Class AcquiaCohesionDataConverter @package Drupal\tmgmt_smartling_acquia_cohesion

Namespace

Drupal\tmgmt_smartling_acquia_cohesion

Code

protected function explodeTmgmtKey($tmgmtKey) {
  return explode(Data::TMGMT_ARRAY_DELIMITER, $tmgmtKey);
}