public function LingotekTranslatableEntity::downloadTriggered in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::downloadTriggered()
- 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::downloadTriggered()
Updates the local content of $target_code with data from a Lingotek Document
Parameters
string $lingotek_locale: The code for the language that needs to be updated.
Return value
bool TRUE if the content updates succeeded, FALSE otherwise.
2 methods override LingotekTranslatableEntity::downloadTriggered()
- LingotekConfigSet::downloadTriggered in lib/
Drupal/ lingotek/ LingotekConfigSet.php - Updates the local content of $target_code with data from a Lingotek Document
- LingotekEntity::downloadTriggered in lib/
Drupal/ lingotek/ LingotekEntity.php - Updates the local content of $target_code with data from a Lingotek Document
File
- lib/
Drupal/ lingotek/ LingotekTranslatableEntity.php, line 66 - Defines LingotekTranslatableEntity.
Class
- LingotekTranslatableEntity
- An interface for entities that are eligible for translation via the Lingotek platform.
Code
public function downloadTriggered($lingotek_locale);