You are here

public static function LingotekSync::insertTargetEntriesForAllDocs in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.3 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 196
LingotekSync

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function insertTargetEntriesForAllDocs($lingotek_locale) {
  self::insertTargetEntriesForAllNodes($lingotek_locale);
  self::insertTargetEntriesForAllChunks($lingotek_locale);
}