public static function LingotekConfigSet::load in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.6 lib/Drupal/lingotek/LingotekConfigSet.php \LingotekConfigSet::load()
Factory method for getting a loaded LingotekConfigSet object.
Parameters
object $config_set: A Drupal config_set.
Return value
LingotekConfigSet A loaded LingotekConfigSet object.
File
- lib/
Drupal/ lingotek/ LingotekConfigSet.php, line 441 - Defines LingotekConfigSet.
Class
- LingotekConfigSet
- A class wrapper for Lingotek-specific behavior on ConfigSets.
Code
public static function load($config_set) {
// WTD: not sure how to build this yet, so just raise NYI for now...
throw new Exception('Not yet implemented');
}