public static function LingotekSync::disassociateAllSets in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.6 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::disassociateAllSets()
3 calls to LingotekSync::disassociateAllSets()
- drush_lingotek_db_cleanup in ./
lingotek.drush.inc - Callback function for drush command lt-db-cleanup.
- lingotek_disassociate_all_form_submit in ./
lingotek.admin.inc - lingotek_disconnect_form_submit in ./
lingotek.admin.inc
File
- lib/
Drupal/ lingotek/ LingotekSync.php, line 1075 - LingotekSync
Class
- LingotekSync
- A utility class for Lingotek Syncing.
Code
public static function disassociateAllSets() {
db_truncate('lingotek_config_metadata')
->execute();
}