You are here

public static function LingotekSync::deleteTargetEntriesForAllDocs in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.3 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::deleteTargetEntriesForAllDocs()
  2. 7.4 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::deleteTargetEntriesForAllDocs()
  3. 7.5 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::deleteTargetEntriesForAllDocs()
  4. 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();
}