public static function LingotekSync::deleteTargetEntriesForAllDocs in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.3 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()
File
- lib/
Drupal/ lingotek/ LingotekSync.php, line 299 - LingotekSync
Class
- LingotekSync
- A utility class for Lingotek Syncing.
Code
public static function deleteTargetEntriesForAllDocs($lingotek_locale) {
self::deleteTargetEntriesForAllEntities($lingotek_locale);
self::deleteTargetEntriesForAllChunks($lingotek_locale);
lingotek_cache_clear();
}