public function LingotekInterfaceTranslationServiceInterface::saveTargetData in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 4.0.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::saveTargetData()
- 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::saveTargetData()
- 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::saveTargetData()
- 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::saveTargetData()
- 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::saveTargetData()
- 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::saveTargetData()
- 3.8.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::saveTargetData()
Save the component translation.
Parameters
string $component: The component we want to save a translation for.
$locale: The locale of the translation being saved.
$data: The data being saved.
Return value
string Returns the component which translations are saved.
1 method overrides LingotekInterfaceTranslationServiceInterface::saveTargetData()
- LingotekInterfaceTranslationService::saveTargetData in src/
LingotekInterfaceTranslationService.php - Save the component translation.
File
- src/
LingotekInterfaceTranslationServiceInterface.php, line 352
Class
- LingotekInterfaceTranslationServiceInterface
- Service for managing Lingotek interface translations.
Namespace
Drupal\lingotekCode
public function saveTargetData($component, $locale, $data);