You are here

public static function LingotekConfigSet::load in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 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 384
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');
}