public function LingotekInterfaceTranslationServiceInterface::getJobId in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 4.0.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getJobId()
- 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getJobId()
- 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getJobId()
- 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getJobId()
- 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getJobId()
- 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getJobId()
- 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getJobId()
Gets the job ID of a given component.
Parameters
string $component: The component we want to get the job id.
Return value
string Returns the job ID is saved.
1 method overrides LingotekInterfaceTranslationServiceInterface::getJobId()
- LingotekInterfaceTranslationService::getJobId in src/
LingotekInterfaceTranslationService.php - Gets the job ID of a given component.
File
- src/
LingotekInterfaceTranslationServiceInterface.php, line 366
Class
- LingotekInterfaceTranslationServiceInterface
- Service for managing Lingotek interface translations.
Namespace
Drupal\lingotekCode
public function getJobId($component);