You are here

public static function LingotekConfigChunk::load in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.3 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::load()
  2. 7.5 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 245
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');
}