public static function Lingotek::getLanguagesWithoutSource in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/Lingotek.php \Lingotek::getLanguagesWithoutSource()
- 7.6 lib/Drupal/lingotek/Lingotek.php \Lingotek::getLanguagesWithoutSource()
6 calls to Lingotek::getLanguagesWithoutSource()
- LingotekConfigChunk::__construct in lib/
Drupal/ lingotek/ LingotekConfigChunk.php - Constructor.
- LingotekEntity::__construct in lib/
Drupal/ lingotek/ LingotekEntity.php - Constructor.
- LingotekSync::getDirtyChunkLids in lib/
Drupal/ lingotek/ LingotekSync.php - lingotek_entity_upload in ./
lingotek.module - lingotek_rules_entity_all_translations_of_status in ./
lingotek.rules.inc
File
- lib/
Drupal/ lingotek/ Lingotek.php, line 383 - Defines Lingotek.
Class
- Lingotek
- A utility class for Lingotek translation.
Code
public static function getLanguagesWithoutSource($source_lingotek_locale) {
return self::getLanguages('lingotek_locale', FALSE, $source_lingotek_locale);
}