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