You are here

public static function LingotekSync::disassociateAllNodes in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.3 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::disassociateAllNodes()

File

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

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function disassociateAllNodes() {
  db_truncate('lingotek');
}