You are here

public function LingotekConfigTranslationServiceInterface::getConfigJobId in Lingotek Translation 3.0.x

Same name and namespace in other branches
  1. 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
  2. 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
  3. 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
  4. 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
  5. 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
  6. 3.4.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
  7. 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
  8. 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
  9. 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
  10. 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()

Gets the job ID of a given mapper.

Parameters

\Drupal\config_translation\ConfigNamesMapper $mapper: The mapper we want to get the job id.

Return value

string Returns the job ID is saved.

1 method overrides LingotekConfigTranslationServiceInterface::getConfigJobId()
LingotekConfigTranslationService::getConfigJobId in src/LingotekConfigTranslationService.php
Gets the job ID of a given mapper.

File

src/LingotekConfigTranslationServiceInterface.php, line 675

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function getConfigJobId(ConfigNamesMapper $mapper);