You are here

public static function LingotekSync::getConfigSet in Lingotek Translation 7.7

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

File

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

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function getConfigSet($set_id) {

  // return LingotekConfigSet object containing all segments
  // for the given set id.
  return LingotekConfigSet::loadById($set_id);
}