You are here

public static function LingotekSync::disassociateAllSets in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::disassociateAllSets()
1 call to LingotekSync::disassociateAllSets()
lingotek_disassociate_all_form_submit in ./lingotek.admin.inc

File

lib/Drupal/lingotek/LingotekSync.php, line 777
LingotekSync

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function disassociateAllSets() {
  db_truncate('lingotek_config_metadata')
    ->execute();
}