public function LingotekConfigTranslationServiceInterface::getConfigJobId in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
- 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
- 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
- 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
- 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigJobId()
- 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 676
Class
- LingotekConfigTranslationServiceInterface
- Service for managing Lingotek configuration translations.
Namespace
Drupal\lingotekCode
public function getConfigJobId(ConfigNamesMapper $mapper);