public static function LingotekSync::insertTargetEntriesForAllDocs in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.4 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::insertTargetEntriesForAllDocs()
1 call to LingotekSync::insertTargetEntriesForAllDocs()
- lingotek_add_target_language in ./
lingotek.util.inc - Adds the target language as being enabled.
File
- lib/
Drupal/ lingotek/ LingotekSync.php, line 120 - LingotekSync
Class
- LingotekSync
- A utility class for Lingotek Syncing.
Code
public static function insertTargetEntriesForAllDocs($lingotek_locale) {
self::insertTargetEntriesForAllNodes($lingotek_locale);
self::insertTargetEntriesForAllChunks($lingotek_locale);
}