You are here

public static function LingotekSync::disassociateAllLids in Lingotek Translation 7.7

1 call to LingotekSync::disassociateAllLids()
drush_lingotek_db_cleanup in ./lingotek.drush.inc
Callback function for drush command lt-db-cleanup.

File

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

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function disassociateAllLids() {
  db_truncate('lingotek_config_map')
    ->execute();
}