public static function LingotekSync::deleteTargetEntriesForAllDocs in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::deleteTargetEntriesForAllDocs()
- 7.4 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::deleteTargetEntriesForAllDocs()
- 7.5 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::deleteTargetEntriesForAllDocs()
- 7.6 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::deleteTargetEntriesForAllDocs()
1 call to LingotekSync::deleteTargetEntriesForAllDocs()
- lingotek_delete_target_language in ./
lingotek.util.inc - Flags a target language as active:FALSE in the Target Language tracking.
File
- lib/
Drupal/ lingotek/ LingotekSync.php, line 136 - LingotekSync
Class
- LingotekSync
- A utility class for Lingotek Syncing.
Code
public static function deleteTargetEntriesForAllDocs($lingotek_locale) {
self::deleteTargetEntriesForAllNodes($lingotek_locale);
self::deleteTargetEntriesForAllChunks($lingotek_locale);
}